-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[11.x] Feature/whereany closures (#52555)
* Modify Builder::whereAny to allow passing an array of closures * Add test for Builder::whereAny passing an array of closures * Modify Builder::orWhereAny to allow passing an array of closures * Modify Builder::whereNone and Builder::orWhereNone to allow passing an array of closures * Modify Builder::whereAll and Builder::orWhereAll to allow passing an array of closures * Remove duplicated test * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
- Loading branch information
1 parent
b11c240
commit 738bc11
Showing
2 changed files
with
54 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters