|
@@ -12,14 +12,12 @@ |
|
|
block discarded – undo |
|
12
|
12
|
use Graviton\RestBundle\HttpFoundation\LinkHeader; |
|
13
|
13
|
use Graviton\RestBundle\HttpFoundation\LinkHeaderItem; |
|
14
|
14
|
use Graviton\SecurityBundle\Authentication\Strategies\CookieFieldStrategy; |
|
15
|
|
-use Graviton\SecurityBundle\Entities\SecurityUser; |
|
16
|
15
|
use Symfony\Component\HttpFoundation\Response; |
|
17
|
16
|
use Symfony\Component\HttpKernel\Event\FilterResponseEvent; |
|
18
|
17
|
use OldSound\RabbitMqBundle\RabbitMq\ProducerInterface; |
|
19
|
18
|
use Symfony\Component\HttpFoundation\Request; |
|
20
|
19
|
use Symfony\Component\HttpFoundation\RequestStack; |
|
21
|
20
|
use Symfony\Component\Routing\RouterInterface; |
|
22
|
|
-use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken; |
|
23
|
21
|
|
|
24
|
22
|
/** |
|
25
|
23
|
* @author List of contributors <https://github.com/libgraviton/graviton/graphs/contributors> |
Please login to merge, or discard this patch.