Skip to content

Commit 9389b4f

Browse files
fix(laravel): restore accidentally removed BooleanFilter (#6881)
1 parent 716a43b commit 9389b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Laravel/ApiPlatformProvider.php

+1
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)