| 
					
				 | 
			
			
				@@ -14,7 +14,6 @@ use Symfony\Component\HttpFoundation\Request; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 use Symfony\Component\Routing\Annotation\Route; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 use App\Form\UserType; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 use App\Entity\User; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 use Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 use Symfony\Component\Routing\Generator\UrlGeneratorInterface; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 use Symfony\Component\Security\Http\Authentication\AuthenticationUtils; 
			 |