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 b0cc948 commit 2b4b2dfCopy full SHA for 2b4b2df
src/Api/FilterLocatorTrait.php
@@ -14,6 +14,7 @@
14
namespace ApiPlatform\Api;
15
16
use ApiPlatform\Core\Api\FilterCollection;
17
+use ApiPlatform\Core\Api\FilterInterface;
18
use ApiPlatform\Exception\InvalidArgumentException;
19
use Psr\Container\ContainerInterface;
20
src/Core/Annotation/ApiFilter.php
@@ -13,7 +13,7 @@
13
namespace ApiPlatform\Core\Annotation;
-use ApiPlatform\Api\FilterInterface;
/**
0 commit comments