File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1313
1414use Doctrine \Common \EventSubscriber ;
1515use Doctrine \Common \Persistence \Event \LifecycleEventArgs ;
16- use Doctrine \Common \Persistence \Event \PreUpdateEventArgs ;
17- use FOS \UserBundle \Model \UserInterface ;
1816use Symfony \Component \DependencyInjection \ContainerInterface ;
17+ use FOS \UserBundle \Model \UserInterface ;
1918
2019/**
2120 * Base Doctrine listener updating the canonical username and password fields.
Original file line number Diff line number Diff line change 1111
1212namespace FOS \UserBundle \Doctrine \MongoDB ;
1313
14- use Doctrine \Common \EventSubscriber ;
1514use Doctrine \ODM \MongoDB \Events ;
1615use Doctrine \ODM \MongoDB \Event \LifecycleEventArgs ;
1716use Doctrine \ODM \MongoDB \Event \PreUpdateEventArgs ;
1817use FOS \UserBundle \Doctrine \AbstractUserListener ;
1918use FOS \UserBundle \Model \UserInterface ;
20- use Symfony \Component \DependencyInjection \ContainerInterface ;
2119
2220/**
2321 * Doctrine MongoDB ODM listener updating the canonical fields and the password.
Original file line number Diff line number Diff line change 1616use Doctrine \ORM \Event \PreUpdateEventArgs ;
1717use FOS \UserBundle \Model \UserInterface ;
1818use FOS \UserBundle \Doctrine \AbstractUserListener ;
19- use Symfony \Component \DependencyInjection \ContainerInterface ;
2019
2120/**
2221 * Doctrine ORM listener updating the canonical fields and the password.
You can’t perform that action at this time.
0 commit comments