diff --git a/README.md b/README.md index 09a1732da..e35e5e7af 100644 --- a/README.md +++ b/README.md @@ -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