Skip to content

Commit 70c3ae9

Browse files
Update database/relations.md
Co-authored-by: Luke Towers <[email protected]>
1 parent a3801a9 commit 70c3ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/relations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Database tables are often related to one another. For example, a blog post may h
88

99
Winter provides two methods of defining model relationships. Both provide the same level of functionality - which one you use is entirely up to your own preferences.
1010

11-
- Property-based array configuration in the model class, available in all versions of Winter CMS (Property style)
12-
- Relation methods defined in the model class, synonymous with Laravel, available since Winter CMS v1.2.5 (Method style)
11+
- Property-based array configuration in the model class (Property style)
12+
- Relation methods defined in the model class, [synonymous with Laravel](https://laravel.com/docs/9.x/eloquent-relationships#defining-relationships) (Method style)
1313

1414
### Property style relationship definition
1515

0 commit comments

Comments
 (0)