@@ -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; |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use Doctrine\DBAL\Platforms\AbstractPlatform; |
22 | 22 | use Doctrine\DBAL\Types\Type; |
23 | 23 | use Doctrine\ORM\Mapping\ClassMetadata; |
24 | -use Doctrine\ORM\Query\Expr\Join; |
|
25 | 24 | use Doctrine\ORM\QueryBuilder; |
26 | 25 | use Psr\Log\LoggerInterface; |
27 | 26 | use Psr\Log\NullLogger; |