@@ -10,9 +10,7 @@ |
||
| 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 | |
@@ -7,7 +7,7 @@ |
||
| 7 | 7 | |
| 8 | 8 | class AccessManager |
| 9 | 9 | { |
| 10 | - protected $securityContext; |
|
| 10 | + protected $securityContext; |
|
| 11 | 11 | protected $doctrine; |
| 12 | 12 | |
| 13 | 13 | public function __construct(Registry $doctrine, SecurityContext $context) |