Skip to content

Commit

Permalink
remove unnecessary/unused FieldtypeFilter
Browse files Browse the repository at this point in the history
not needed, since we extend the NumberFilter instead.
  • Loading branch information
caseydwyer committed Apr 11, 2024
1 parent edfd46f commit ab32934
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Filters/CurrencyFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Doefom\CurrencyFieldtype\Filters;

use Statamic\Query\Scopes\Filters\Fields\FieldtypeFilter;
use Statamic\Query\Scopes\Filters\Fields\Number as NumberFilter;

class CurrencyFilter extends NumberFilter
Expand Down

0 comments on commit ab32934

Please sign in to comment.