Skip to content

Commit

Permalink
Revert "fix(laravel): restore accidentally removed BooleanFilter (#6881
Browse files Browse the repository at this point in the history
…)"

This reverts commit 5e1a6e1.
  • Loading branch information
soyuka committed Jan 9, 2025
1 parent f1e3f09 commit b415fd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Laravel/ApiPlatformProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ public function register(): void
$this->app->bind(OperationMetadataFactoryInterface::class, OperationMetadataFactory::class);

$this->app->tag([
BooleanFilter::class,
EqualsFilter::class,
PartialSearchFilter::class,
DateFilter::class,
Expand Down

0 comments on commit b415fd1

Please sign in to comment.