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 716a43b commit 9389b4fCopy full SHA for 9389b4f
src/Laravel/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