@@ -2,9 +2,6 @@ |
||
2 | 2 | namespace ZfcUser\Authentication\Adapter; |
3 | 3 | |
4 | 4 | use Interop\Container\ContainerInterface; |
5 | -use Interop\Container\Exception\ContainerException; |
|
6 | -use Zend\ServiceManager\Exception\ServiceNotCreatedException; |
|
7 | -use Zend\ServiceManager\Exception\ServiceNotFoundException; |
|
8 | 5 | use Zend\ServiceManager\Factory\FactoryInterface; |
9 | 6 | use Zend\ServiceManager\ServiceLocatorInterface; |
10 | 7 | use ZfcUser\Authentication\Adapter\AdapterChain; |
@@ -3,9 +3,6 @@ |
||
3 | 3 | namespace ZfcUser\Factory\Authentication\Adapter; |
4 | 4 | |
5 | 5 | use Interop\Container\ContainerInterface; |
6 | -use Interop\Container\Exception\ContainerException; |
|
7 | -use Zend\ServiceManager\Exception\ServiceNotCreatedException; |
|
8 | -use Zend\ServiceManager\Exception\ServiceNotFoundException; |
|
9 | 6 | use Zend\ServiceManager\Factory\FactoryInterface; |
10 | 7 | use Zend\ServiceManager\ServiceLocatorInterface; |
11 | 8 | use ZfcUser\Authentication\Adapter\Db; |
@@ -3,9 +3,6 @@ |
||
3 | 3 | namespace ZfcUser\Factory\Authentication\Storage; |
4 | 4 | |
5 | 5 | use Interop\Container\ContainerInterface; |
6 | -use Interop\Container\Exception\ContainerException; |
|
7 | -use Zend\ServiceManager\Exception\ServiceNotCreatedException; |
|
8 | -use Zend\ServiceManager\Exception\ServiceNotFoundException; |
|
9 | 6 | use Zend\ServiceManager\Factory\FactoryInterface; |
10 | 7 | use Zend\ServiceManager\ServiceLocatorInterface; |
11 | 8 | use ZfcUser\Authentication\Storage\Db; |
@@ -3,9 +3,6 @@ |
||
3 | 3 | namespace ZfcUser\Factory\Service; |
4 | 4 | |
5 | 5 | use Interop\Container\ContainerInterface; |
6 | -use Interop\Container\Exception\ContainerException; |
|
7 | -use Zend\ServiceManager\Exception\ServiceNotCreatedException; |
|
8 | -use Zend\ServiceManager\Exception\ServiceNotFoundException; |
|
9 | 6 | use Zend\ServiceManager\Factory\FactoryInterface; |
10 | 7 | use Zend\ServiceManager\ServiceLocatorInterface; |
11 | 8 | use ZfcUser\Service\User; |