@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Victoire\Bundle\CoreBundle\Repository; |
4 | 4 | |
5 | -use Doctrine\ORM\Query; |
|
6 | 5 | use Doctrine\ORM\Query\Expr; |
7 | 6 | use Gedmo\Tree\Entity\Repository\NestedTreeRepository; |
8 | 7 | use Victoire\Bundle\CoreBundle\Entity\View; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Behat\Behat\Context\Context; |
6 | 6 | use Behat\Behat\Context\SnippetAcceptingContext; |
7 | -use Behat\Mink\Element\Element; |
|
8 | 7 | use Behat\Mink\Exception\UnsupportedDriverActionException; |
9 | 8 | use Behat\Symfony2Extension\Context\KernelAwareContext; |
10 | 9 | use Behat\Symfony2Extension\Context\KernelDictionary; |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use Victoire\Bundle\BusinessEntityBundle\Converter\ParameterConverter; |
12 | 12 | use Victoire\Bundle\BusinessEntityBundle\Entity\BusinessEntity; |
13 | 13 | use Victoire\Bundle\BusinessEntityBundle\Entity\BusinessEntityInterface; |
14 | -use Victoire\Bundle\BusinessEntityBundle\Entity\BusinessEntityRepository; |
|
15 | 14 | use Victoire\Bundle\BusinessEntityBundle\Entity\BusinessProperty; |
16 | 15 | use Victoire\Bundle\BusinessEntityBundle\Helper\BusinessEntityHelper; |
17 | 16 | use Victoire\Bundle\BusinessPageBundle\Entity\BusinessTemplate; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Victoire\Bundle\WidgetBundle\Cache\WidgetCache; |
16 | 16 | use Victoire\Bundle\WidgetBundle\Entity\Widget; |
17 | 17 | use Victoire\Bundle\WidgetBundle\Helper\WidgetHelper; |
18 | -use Victoire\Bundle\WidgetMapBundle\Entity\Slot; |
|
19 | 18 | use Victoire\Bundle\WidgetMapBundle\Helper\WidgetMapHelper; |
20 | 19 | |
21 | 20 | class WidgetRenderer |