formatting

This commit is contained in:
Taylor Otwell 2018-03-19 09:19:04 -07:00
parent c5d7557374
commit 79d08e3b82
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ As you can see, passing a `Closure` into the `where` method instructs the query
select * from users where name = 'John' and (votes > 100 or title = 'Admin')
It is recommended to always group `orWhere` calls this way in order to avoid unexpected behaviour when querying models with global scopes applied.
> {tip} You should always group `orWhere` calls in order to avoid unexpected behavior when global scopes are applied.
<a name="where-exists-clauses"></a>
### Where Exists Clauses