@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Mouf\Database\MagicQuery\Twig; |
3 | 3 | |
4 | -use Doctrine\DBAL\Connection; |
|
5 | - |
|
6 | 4 | /** |
7 | 5 | * Class in charge of creating the Twig environment |
8 | 6 | */ |
@@ -39,7 +39,6 @@ |
||
39 | 39 | use SQLParser\Query\Select; |
40 | 40 | use Mouf\MoufInstanceDescriptor; |
41 | 41 | use Mouf\MoufManager; |
42 | -use SQLParser\SqlRenderInterface; |
|
43 | 42 | |
44 | 43 | /** |
45 | 44 | * This class represents a subquery (and optionally a JOIN .. ON expression in an SQL expression. |