Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Nov 17, 2023
1 parent 6f9c548 commit 18b96ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/FiltersQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

trait FiltersQuery
{
protected Collection$allowedFilters;
protected Collection $allowedFilters;

public function allowedFilters($filters): static
{
Expand Down

0 comments on commit 18b96ab

Please sign in to comment.