Skip to content

Commit

Permalink
use all
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 9, 2021
1 parent 091efc2 commit 74dcc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3313,7 +3313,7 @@ public function cleanBindings(array $bindings)
})
->map([$this, 'castBinding'])
->values()
->toArray();
->all();
}

/**
Expand Down

0 comments on commit 74dcc02

Please sign in to comment.