Skip to content

Commit 74dcc02

Browse files
committed
use all
1 parent 091efc2 commit 74dcc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Query/Builder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3313,7 +3313,7 @@ public function cleanBindings(array $bindings)
33133313
})
33143314
->map([$this, 'castBinding'])
33153315
->values()
3316-
->toArray();
3316+
->all();
33173317
}
33183318

33193319
/**

0 commit comments

Comments
 (0)