Skip to content

Commit

Permalink
separate class for manage pages list where filter in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Nov 19, 2023
1 parent 9053cb0 commit 3b1214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Repository/FilterWhereParser.php
Expand Up @@ -19,7 +19,7 @@ class FilterWhereParser
* @param array<mixed> $where
*/
public function __construct(
private QueryBuilder $queryBuilder,
private readonly QueryBuilder $queryBuilder,
private array $where
) {
}
Expand Down

0 comments on commit 3b1214a

Please sign in to comment.