We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e9238 commit 71eed9aCopy full SHA for 71eed9a
Doctrine/UserListener.php
@@ -12,10 +12,10 @@
12
namespace FOS\UserBundle\Doctrine;
13
14
use Doctrine\Common\EventSubscriber;
15
-use Doctrine\Persistence\Event\LifecycleEventArgs;
16
-use Doctrine\Persistence\ObjectManager;
17
use Doctrine\ODM\MongoDB\DocumentManager;
18
use Doctrine\ORM\EntityManager;
+use Doctrine\Persistence\Event\LifecycleEventArgs;
+use Doctrine\Persistence\ObjectManager;
19
use FOS\UserBundle\Model\UserInterface;
20
use FOS\UserBundle\Util\CanonicalFieldsUpdater;
21
use FOS\UserBundle\Util\PasswordUpdaterInterface;
0 commit comments