Skip to content

Commit

Permalink
Fix get collection by user
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane MEAUDRE committed Nov 9, 2023
1 parent 66ab9d0 commit bf0e25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filters/CollectionFilters.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ enum CollectionFilters: string
{
use EnumToArray;

case USER_FILTER = 'username';
case USER_FILTER = 'user';
}

0 comments on commit bf0e25f

Please sign in to comment.