|  | @@ -2,15 +2,12 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 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 |  | -use Symfony\Component\Security\Core\SecurityContext; | 
                                                                                                            
                                                            | 14 | 11 |  use Symfony\Component\Security\Core\User\UserInterface; | 
                                                                                                            
                                                            | 15 | 12 |   | 
                                                                                                            
                                                            | 16 | 13 |  class AzineHybridAuth { | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.