@@ -19,9 +19,8 @@ |
||
19 | 19 | use Symfony\Component\HttpFoundation\Request; |
20 | 20 | use Xiag\Rql\Parser\Node\LimitNode; |
21 | 21 | use Xiag\Rql\Parser\Node\Query\LogicOperator\AndNode; |
22 | -use Xiag\Rql\Parser\Query; |
|
23 | -use Xiag\Rql\Parser\Exception\SyntaxErrorException as RqlSyntaxErrorException; |
|
24 | 22 | use Xiag\Rql\Parser\Query as XiagQuery; |
23 | +use Xiag\Rql\Parser\Exception\SyntaxErrorException as RqlSyntaxErrorException; |
|
25 | 24 | use Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher as EventDispatcher; |
26 | 25 | use Graviton\ExceptionBundle\Exception\NotFoundException; |
27 | 26 | use Graviton\ExceptionBundle\Exception\RecordOriginModifiedException; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace Graviton\ProxyApiBundle\Helper; |
6 | 6 | |
7 | 7 | use Graviton\ProxyApiBundle\Listener\ProxyExceptionListener; |
8 | -use Psr\Log\InvalidArgumentException; |
|
9 | 8 | use Symfony\Component\DependencyInjection\Definition; |
10 | 9 | |
11 | 10 | /** |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Graviton\ProxyApiBundle\Listener\ProxyExceptionListener; |
9 | 9 | use GuzzleHttp\Client as httpClient; |
10 | 10 | use GuzzleHttp\Exception\ClientException; |
11 | -use GuzzleHttp\Promise\RejectedPromise; |
|
12 | 11 | use GuzzleHttp\Psr7\Response as ClientResponse; |
13 | 12 | use Symfony\Component\HttpFoundation\Response; |
14 | 13 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | |
6 | 6 | namespace Graviton\ProxyApiBundle\Manager; |
7 | 7 | |
8 | -use Graviton\ExceptionBundle\Exception\NotFoundException; |
|
9 | 8 | use Graviton\ProxyApiBundle\Listener\ProxyExceptionListener; |
10 | 9 | use Graviton\ProxyApiBundle\Model\ProxyModel; |
11 | 10 |