Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Jan 30, 2018
1 parent 550b441 commit ca8a30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -107,7 +107,7 @@ class Post extends RecordEntity
User::INVERSE => 'collaborated_posts'
],

//Pre-compiled relations
//Statically binded relations
'author' => [
self::BELONGS_TO => AuthorInterface::class,
self::LATE_BINDING => true
Expand Down

0 comments on commit ca8a30f

Please sign in to comment.