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

wip

parent 94119742
......@@ -268,8 +268,8 @@ $user = User::find('517c43667db388101e00000f');
**Where**
```php
$users =
User::where('age', '>', 18)
$posts =
Post::where('author.name', 'John')
->take(10)
->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