Skip to content

Commit a971944

Browse files
vinceAmstoutzjonerickson
authored andcommitted
fix(laravel): restore accidentally removed BooleanFilter (api-platform#6881)
1 parent 7804e0e commit a971944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Laravel/ApiPlatformProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ public function register(): void
424424
$this->app->bind(OperationMetadataFactoryInterface::class, OperationMetadataFactory::class);
425425

426426
$this->app->tag([
427+
BooleanFilter::class,
427428
EqualsFilter::class,
428429
PartialSearchFilter::class,
429430
DateFilter::class,

0 commit comments

Comments
 (0)