Completed
Push — feature/EVO-4410-username-id-t... ( c473ea )
by
unknown
10:56
created
src/Graviton/RabbitMqBundle/Listener/EventStatusLinkResponseListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -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.