Skip to content

Commit f2471c3

Browse files
fix(laravel): restore accidentally removed BooleanFilter (#6881)
1 parent 4e4062e commit f2471c3

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
@@ -429,6 +429,7 @@ public function register(): void
429429
$this->app->bind(OperationMetadataFactoryInterface::class, OperationMetadataFactory::class);
430430

431431
$this->app->tag([
432+
BooleanFilter::class,
432433
EqualsFilter::class,
433434
PartialSearchFilter::class,
434435
DateFilter::class,

0 commit comments

Comments
 (0)