@@ -13,8 +13,8 @@ |
||
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Bundle\GridBundle\Doctrine\ORM; |
| 15 | 15 | |
| 16 | -use Doctrine\ORM\Query\Expr\Comparison; |
|
| 17 | 16 | use Doctrine\ORM\QueryBuilder; |
| 17 | +use Doctrine\ORM\Query\Expr\Comparison; |
|
| 18 | 18 | use Sylius\Component\Grid\Data\ExpressionBuilderInterface; |
| 19 | 19 | |
| 20 | 20 | final class ExpressionBuilder implements ExpressionBuilderInterface |