Skip to content

Commit 0c4f207

Browse files
authored
wip
1 parent 9411974 commit 0c4f207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ $user = User::find('517c43667db388101e00000f');
268268
**Where**
269269

270270
```php
271-
$users =
272-
User::where('age', '>', 18)
271+
$posts =
272+
Post::where('author.name', 'John')
273273
->take(10)
274274
->get();
275275
```

0 commit comments

Comments
 (0)