Completed
Push — feature/second-try-to-fix-embe... ( b0bae6...8f5c48 )
by Narcotic
62:11
created
src/Graviton/RestBundle/Model/DocumentModel.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,9 +19,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.