Skip to content

Commit 070e222

Browse files
Fix FilterInterface
1 parent 47598cc commit 070e222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Bridge/Symfony/Bundle/DependencyInjection/ApiPlatformExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
namespace ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection;
1515

16+
use ApiPlatform\Core\Api\FilterInterface;
1617
use ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface;
1718
use ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface;
18-
use ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\FilterInterface;
1919
use ApiPlatform\Core\DataProvider\CollectionDataProviderInterface;
2020
use ApiPlatform\Core\DataProvider\ItemDataProviderInterface;
2121
use Doctrine\Common\Annotations\Annotation;

tests/Bridge/Symfony/Bundle/DependencyInjection/ApiPlatformExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
namespace ApiPlatform\Core\Tests\Bridge\Symfony\Bundle\DependencyInjection;
1515

16+
use ApiPlatform\Core\Api\FilterInterface;
1617
use ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryCollectionExtensionInterface;
1718
use ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\QueryItemExtensionInterface;
18-
use ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\FilterInterface;
1919
use ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection\ApiPlatformExtension;
2020
use ApiPlatform\Core\DataProvider\CollectionDataProviderInterface;
2121
use ApiPlatform\Core\DataProvider\ItemDataProviderInterface;

0 commit comments

Comments
 (0)