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 d05e638 commit 6c43cc1Copy full SHA for 6c43cc1
core/filters.md
@@ -895,7 +895,7 @@ namespace App\Entity;
895
896
use ApiPlatform\Metadata\ApiFilter;
897
use ApiPlatform\Metadata\ApiResource;
898
-use ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter;
+use ApiPlatform\Doctrine\Orm\Filter\ExistsFilter;
899
900
#[ApiResource]
901
#[ApiFilter(ExistsFilter::class, properties: ['transportFees'])]
0 commit comments