Skip to content

Commit

Permalink
fix(laravel): restore accidentally removed BooleanFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceAmstoutz committed Dec 20, 2024
1 parent 716a43b commit b24012c
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 b24012c

Please sign in to comment.