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 and soyuka committed Jan 9, 2025
1 parent c0c3f4c commit 5e1a6e1
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 @@ -427,6 +427,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 5e1a6e1

Please sign in to comment.