Merge pull request #1123 from daris/patch-1
Update laravel/documentation/database/fluent.md
This commit is contained in:
commit
c17c872b6a
|
@ -124,7 +124,7 @@ ## Nested Where Clauses
|
|||
->or_where(function($query)
|
||||
{
|
||||
$query->where('age', '>', 25);
|
||||
$query->where('votes' '>', 100);
|
||||
$query->where('votes', '>', 100);
|
||||
})
|
||||
->get();
|
||||
|
||||
|
|
Loading…
Reference in New Issue