Skip to content

Commit

Permalink
fix(laravel): restore accidentally removed BooleanFilter (#6881)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceAmstoutz authored Dec 21, 2024
1 parent 716a43b commit 9389b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Laravel/ApiPlatformProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ 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 9389b4f

Please sign in to comment.