|
@@ -10,9 +10,7 @@ |
|
|
block discarded – undo |
|
10
|
10
|
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException; |
|
11
|
11
|
use Symfony\Component\Security\Core\User\UserInterface; |
|
12
|
12
|
use Alpixel\Bundle\UserBundle\Event\UserEvent; |
|
13
|
|
-use FOS\UserBundle\Doctrine\UserManager; |
|
14
|
13
|
use FOS\UserBundle\Model\UserManagerInterface; |
|
15
|
|
-use Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher; |
|
16
|
14
|
use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
17
|
15
|
use Symfony\Component\HttpFoundation\RequestStack; |
|
18
|
16
|
|
Please login to merge, or discard this patch.