Skip to content

Commit

Permalink
Merge pull request #77 from diazfebrian/add-statuses-filter-option
Browse files Browse the repository at this point in the history
add statuses as a valid filter option
  • Loading branch information
dcblogdev authored Nov 16, 2024
2 parents 9cd5ff8 + 51a22d8 commit eca8f29
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 eca8f29

Please sign in to comment.