Skip to content

Commit

Permalink
Update src/Illuminate/Http/Resources/Json/ResourceCollection.php
Browse files Browse the repository at this point in the history
Co-Authored-By: Dries Vints <[email protected]>
  • Loading branch information
deleugpn and driesvints authored Dec 5, 2019
1 parent 7f0174c commit 43cf1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Resources/Json/ResourceCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ResourceCollection extends JsonResource implements Countable, IteratorAggr
*
* @var bool
*/
private $queryParameters;
protected $queryParameters;

/**
* Create a new resource instance.
Expand Down

0 comments on commit 43cf1db

Please sign in to comment.