@@ -2,9 +2,6 @@ |
||
2 | 2 | namespace LmcUser\Authentication\Adapter; |
3 | 3 | |
4 | 4 | use Interop\Container\ContainerInterface; |
5 | -use Interop\Container\Exception\ContainerException; |
|
6 | -use Laminas\ServiceManager\Exception\ServiceNotCreatedException; |
|
7 | -use Laminas\ServiceManager\Exception\ServiceNotFoundException; |
|
8 | 5 | use Laminas\ServiceManager\Factory\FactoryInterface; |
9 | 6 | use Laminas\ServiceManager\ServiceLocatorInterface; |
10 | 7 | use LmcUser\Authentication\Adapter\AdapterChain; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Interop\Container\ContainerInterface; |
6 | 6 | use Laminas\Authentication\Result as AuthenticationResult; |
7 | -use Laminas\EventManager\EventInterface; |
|
8 | 7 | use Laminas\ServiceManager\ServiceManager; |
9 | 8 | use Laminas\Crypt\Password\Bcrypt; |
10 | 9 | use Laminas\Session\Container as SessionContainer; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Laminas\EventManager\EventManagerAwareInterface; |
6 | 6 | use Laminas\EventManager\EventManagerInterface; |
7 | 7 | use Laminas\EventManager\EventManager; |
8 | -use Laminas\EventManager\SharedEventManager; |
|
9 | 8 | |
10 | 9 | abstract class EventProvider implements EventManagerAwareInterface |
11 | 10 | { |