@@ -6,9 +6,7 @@ |
||
6 | 6 | namespace Graviton\I18nBundle\Listener; |
7 | 7 | |
8 | 8 | use Doctrine\ODM\MongoDB\Query\Builder; |
9 | -use Graviton\I18nBundle\Document\TranslatableDocumentInterface; |
|
10 | 9 | use Graviton\I18nBundle\Service\I18nUtils; |
11 | -use Graviton\RestBundle\Model\DocumentModel; |
|
12 | 10 | use Graviton\Rql\Event\VisitNodeEvent; |
13 | 11 | use Xiag\Rql\Parser\Node\Query\AbstractScalarOperatorNode; |
14 | 12 | use Xiag\Rql\Parser\Node\Query\LogicOperator\OrNode; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | namespace Graviton\RabbitMqBundle\Tests\Listener; |
7 | 7 | |
8 | 8 | use Graviton\RabbitMqBundle\Listener\EventStatusLinkResponseListener; |
9 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
10 | 9 | use Symfony\Component\HttpFoundation\Request; |
11 | 10 | use Symfony\Component\HttpFoundation\Response; |
12 | 11 |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use Symfony\Bundle\FrameworkBundle\Routing\Router; |
12 | 12 | use Graviton\RestBundle\HttpFoundation\LinkHeader; |
13 | 13 | use Graviton\RestBundle\HttpFoundation\LinkHeaderItem; |
14 | -use Graviton\RestBundle\Event\RestEvent; |
|
15 | 14 | |
16 | 15 | /** |
17 | 16 | * FilterResponseListener for adding a rel=self Link header to a response. |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Psr\Log\LoggerInterface; |
9 | 9 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
10 | 10 | use Symfony\Component\HttpFoundation\Response; |
11 | -use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken; |
|
12 | 11 | use Symfony\Component\Security\Core\AuthenticationEvents; |
13 | 12 | use Symfony\Component\Security\Core\Event\AuthenticationEvent; |
14 | 13 | use Symfony\Component\Security\Core\Event\AuthenticationFailureEvent; |