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 231ef69 commit f8eabc5Copy full SHA for f8eabc5
src/Whisperer.php
@@ -511,7 +511,7 @@ public static function findOrFail($identifier)
511
public static function all()
512
{
513
return (new self)->newCollection(collect(static::$client::all(func_get_args()))->map(function ($result) {
514
- return (new static)->forceFill($attributes);
+ return (new static)->forceFill($result);
515
})->toArray());
516
}
517
0 commit comments