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 c0c3f4c commit 5e1a6e1Copy full SHA for 5e1a6e1
src/Laravel/ApiPlatformProvider.php
@@ -427,6 +427,7 @@ public function register(): void
427
$this->app->bind(OperationMetadataFactoryInterface::class, OperationMetadataFactory::class);
428
429
$this->app->tag([
430
+ BooleanFilter::class,
431
EqualsFilter::class,
432
PartialSearchFilter::class,
433
DateFilter::class,
0 commit comments