Unverified Commit 0c4f2078 authored by rennokki's avatar rennokki Committed by GitHub

wip

parent 94119742
...@@ -268,8 +268,8 @@ $user = User::find('517c43667db388101e00000f'); ...@@ -268,8 +268,8 @@ $user = User::find('517c43667db388101e00000f');
**Where** **Where**
```php ```php
$users = $posts =
User::where('age', '>', 18) Post::where('author.name', 'John')
->take(10) ->take(10)
->get(); ->get();
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment