@@ -19,7 +19,6 @@ |
||
19 | 19 | use ApiPlatform\Core\Exception\InvalidArgumentException; |
20 | 20 | use Doctrine\Common\Persistence\ManagerRegistry; |
21 | 21 | use Doctrine\Common\Persistence\Mapping\ClassMetadata; |
22 | -use Doctrine\DBAL\Types\Type; |
|
23 | 22 | use Doctrine\DBAL\Types\Type as DBALType; |
24 | 23 | use Doctrine\ORM\Mapping\MappingException; |
25 | 24 | use Doctrine\ORM\QueryBuilder; |
@@ -14,7 +14,6 @@ discard block |
||
14 | 14 | namespace ApiPlatform\Core\Bridge\Doctrine\Orm\Filter; |
15 | 15 | |
16 | 16 | use ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryBuilderHelper; |
17 | -use ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryChecker; |
|
18 | 17 | use ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface; |
19 | 18 | use ApiPlatform\Core\Exception\InvalidArgumentException; |
20 | 19 | use ApiPlatform\Core\Util\RequestParser; |
@@ -22,7 +21,6 @@ discard block |
||
22 | 21 | use Doctrine\DBAL\Platforms\AbstractPlatform; |
23 | 22 | use Doctrine\DBAL\Types\Type; |
24 | 23 | use Doctrine\ORM\Mapping\ClassMetadata; |
25 | -use Doctrine\ORM\Query\Expr\Join; |
|
26 | 24 | use Doctrine\ORM\QueryBuilder; |
27 | 25 | use Psr\Log\LoggerInterface; |
28 | 26 | use Psr\Log\NullLogger; |