From ca8a30f150b8c3c2cf28cb47114ef3c4d1504f0f Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Tue, 30 Jan 2018 19:12:53 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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