File tree 3 files changed +1
-5
lines changed 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
use Doctrine \Common \EventSubscriber ;
15
15
use Doctrine \Common \Persistence \Event \LifecycleEventArgs ;
16
- use Doctrine \Common \Persistence \Event \PreUpdateEventArgs ;
17
- use FOS \UserBundle \Model \UserInterface ;
18
16
use Symfony \Component \DependencyInjection \ContainerInterface ;
17
+ use FOS \UserBundle \Model \UserInterface ;
19
18
20
19
/**
21
20
* Base Doctrine listener updating the canonical username and password fields.
Original file line number Diff line number Diff line change 11
11
12
12
namespace FOS \UserBundle \Doctrine \MongoDB ;
13
13
14
- use Doctrine \Common \EventSubscriber ;
15
14
use Doctrine \ODM \MongoDB \Events ;
16
15
use Doctrine \ODM \MongoDB \Event \LifecycleEventArgs ;
17
16
use Doctrine \ODM \MongoDB \Event \PreUpdateEventArgs ;
18
17
use FOS \UserBundle \Doctrine \AbstractUserListener ;
19
18
use FOS \UserBundle \Model \UserInterface ;
20
- use Symfony \Component \DependencyInjection \ContainerInterface ;
21
19
22
20
/**
23
21
* Doctrine MongoDB ODM listener updating the canonical fields and the password.
Original file line number Diff line number Diff line change 16
16
use Doctrine \ORM \Event \PreUpdateEventArgs ;
17
17
use FOS \UserBundle \Model \UserInterface ;
18
18
use FOS \UserBundle \Doctrine \AbstractUserListener ;
19
- use Symfony \Component \DependencyInjection \ContainerInterface ;
20
19
21
20
/**
22
21
* Doctrine ORM listener updating the canonical fields and the password.
You can’t perform that action at this time.
0 commit comments