We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
60a311e
Added dot notation for chained relationships, example: $user->with('posts.comments')->find_many(); // => $users->with(array('posts'=>array('with'=>'comments')))->find_many();
Fixed 'pluck' method.
dd5ca03
Some new tests and assertions
adcc7c6
Merge branch 'master' of github.com:Surt/Granada