Skip to content

Commit fd8037a

Browse files
vinceAmstoutzsoyuka
authored andcommitted
fix(laravel): restore accidentally removed BooleanFilter (#6881)
1 parent f01db26 commit fd8037a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ApiPlatformProvider.php

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

429429
$this->app->tag([
430+
BooleanFilter::class,
430431
EqualsFilter::class,
431432
PartialSearchFilter::class,
432433
DateFilter::class,

0 commit comments

Comments
 (0)