@@ -2,13 +2,11 @@ |
||
2 | 2 | namespace Azine\HybridAuthBundle\Services; |
3 | 3 | |
4 | 4 | use Azine\HybridAuthBundle\DependencyInjection\AzineHybridAuthExtension; |
5 | - |
|
6 | 5 | use Azine\HybridAuthBundle\Entity\HybridAuthSessionData; |
7 | 6 | use Doctrine\Common\Persistence\ObjectManager; |
8 | 7 | use Symfony\Component\HttpFoundation\Cookie; |
9 | 8 | use Symfony\Component\HttpFoundation\Request; |
10 | 9 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
11 | -use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage; |
|
12 | 10 | use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; |
13 | 11 | use Symfony\Component\Security\Core\User\UserInterface; |
14 | 12 |