File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Bridge/Doctrine/Form/Type
Component/Security/Http/Firewall Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 14
14
use Doctrine \Common \Collections \Collection ;
15
15
use Doctrine \Common \Persistence \ManagerRegistry ;
16
16
use Doctrine \Common \Persistence \ObjectManager ;
17
+ use Doctrine \ORM \QueryBuilder ;
17
18
use Symfony \Bridge \Doctrine \Form \ChoiceList \DoctrineChoiceLoader ;
18
19
use Symfony \Bridge \Doctrine \Form \ChoiceList \EntityLoaderInterface ;
19
20
use Symfony \Bridge \Doctrine \Form \ChoiceList \IdReader ;
Original file line number Diff line number Diff line change 35
35
* @internal
36
36
*/
37
37
abstract class AbstractPreAuthenticatedListener extends AbstractListener
38
-
38
+ {
39
39
protected $ logger ;
40
40
private $ tokenStorage ;
41
41
private $ authenticationManager ;
Original file line number Diff line number Diff line change 13
13
14
14
use Psr \Log \LoggerInterface ;
15
15
use Symfony \Component \EventDispatcher \LegacyEventDispatcherProxy ;
16
+ use Symfony \Component \HttpFoundation \Request ;
16
17
use Symfony \Component \HttpFoundation \Session \Session ;
17
18
use Symfony \Component \HttpKernel \Event \RequestEvent ;
18
19
use Symfony \Component \HttpKernel \Event \ResponseEvent ;
You can’t perform that action at this time.
0 commit comments