|
@@ -2,9 +2,6 @@ |
|
|
block discarded – undo |
|
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; |
Please login to merge, or discard this patch.