We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4062e commit f2471c3Copy full SHA for f2471c3
ApiPlatformProvider.php
@@ -429,6 +429,7 @@ public function register(): void
429
$this->app->bind(OperationMetadataFactoryInterface::class, OperationMetadataFactory::class);
430
431
$this->app->tag([
432
+ BooleanFilter::class,
433
EqualsFilter::class,
434
PartialSearchFilter::class,
435
DateFilter::class,
0 commit comments