Skip to content

Commit

Permalink
Merge branch 'wip/laravel-style-relations' of github.com:wintercms/do…
Browse files Browse the repository at this point in the history
…cs into wip/laravel-style-relations
  • Loading branch information
bennothommo committed Oct 8, 2024
2 parents 004ca3a + f16e7c5 commit 9c0c81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public $belongsToMany = [

### Method style relation definition

> **Note:** Method style relation definition is available from Winter v1.2.5.
> **NOTE:** Method style relation definition is available from Winter v1.2.7.
Model relations can also be defined as methods in a model class, similar to the base Laravel framework.

Expand Down

0 comments on commit 9c0c81c

Please sign in to comment.