Skip to content

Commit

Permalink
add statuses as a valid filter option
Browse files Browse the repository at this point in the history
  • Loading branch information
diazfebrian committed Oct 17, 2024
1 parent 9cd5ff8 commit 51a22d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enums/FilterOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ enum FilterOptions: string
case SEARCHTERM = 'searchTerm';
case SUMMARYONLY = 'summaryOnly';
case WHERE = 'where';
case STATUSES = 'Statuses';

public static function isValid(string $value): bool
{
Expand Down

0 comments on commit 51a22d8

Please sign in to comment.