@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | namespace DoctrineModule\ServiceFactory; |
6 | 6 | |
7 | -use DoctrineModule\Service\AbstractFactory; |
|
8 | 7 | use Interop\Container\ContainerInterface; |
9 | 8 | use Laminas\ServiceManager\AbstractFactoryInterface; |
10 | 9 | use Laminas\ServiceManager\Exception\ServiceNotFoundException; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Doctrine\Common\Annotations; |
8 | 8 | use Doctrine\Persistence\Mapping\Driver\DefaultFileLocator; |
9 | 9 | use Doctrine\Persistence\Mapping\Driver\FileDriver; |
10 | -use Doctrine\Persistence\Mapping\Driver\FileLocator; |
|
11 | 10 | use Doctrine\Persistence\Mapping\Driver\MappingDriver; |
12 | 11 | use Doctrine\Persistence\Mapping\Driver\MappingDriverChain; |
13 | 12 | use DoctrineModule\Options\Driver as DriverOptions; |