We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a90e6 commit 231ef69Copy full SHA for 231ef69
src/Whisperer.php
@@ -510,7 +510,7 @@ public static function findOrFail($identifier)
510
511
public static function all()
512
{
513
- return (new self)->newCollection(collect(static::$client::all())->map(function ($result) {
+ return (new self)->newCollection(collect(static::$client::all(func_get_args()))->map(function ($result) {
514
return (new static)->forceFill($attributes);
515
})->toArray());
516
}
0 commit comments