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.
2 parents 2943172 + 8faf4f3 commit 0d31821Copy full SHA for 0d31821
src/AbstractFilterableRepository.php
@@ -8,7 +8,7 @@
8
9
abstract class AbstractFilterableRepository
10
{
11
- protected array $filters;
+ protected array $filters = [];
12
13
protected ?int $limit = null;
14
0 commit comments