File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed 
src/lib/MVC/Symfony/Security/Authentication Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,6 @@ public function __construct(
2727    ) {
2828    }
2929
30-     /** 
31-      * Injects the ConfigResolver to potentially override default_target_path for redirections after authentication success. 
32-      */ 
33-     public  function  setConfigResolver (ConfigResolverInterface $ configResolvervoid 
34-     {
35-         $ this configResolver  = $ configResolver
36-     }
37- 
38-     public  function  setEventDispatcher (EventDispatcherInterface $ eventDispatchervoid 
39-     {
40-         $ this eventDispatcher  = $ eventDispatcher
41-     }
42- 
43-     public  function  setPermissionResolver (PermissionResolver $ permissionResolvervoid 
44-     {
45-         $ this permissionResolver  = $ permissionResolver
46-     }
47- 
4830    public  function  onAuthenticationSuccess (Request $ requestTokenInterface $ tokenResponse 
4931    {
5032        $ user$ tokengetUser ();
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments