@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Kunstmaan\AdminBundle\Helper\Menu\MenuBuilder; |
6 | 6 | use Kunstmaan\AdminBundle\Helper\Menu\MenuItem; |
7 | - |
|
8 | 7 | use Symfony\Component\HttpFoundation\Request; |
9 | 8 | |
10 | 9 | /** |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Kunstmaan\AdminBundle\Helper\Menu\MenuAdaptorInterface; |
6 | 6 | use Kunstmaan\AdminBundle\Helper\Menu\MenuBuilder; |
7 | 7 | use Kunstmaan\AdminBundle\Helper\Menu\MenuItem; |
8 | - |
|
9 | 8 | use Symfony\Component\HttpFoundation\Request; |
10 | 9 | |
11 | 10 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Kunstmaan\AdminBundle\Helper\Security\Acl; |
4 | 4 | |
5 | -use Doctrine\ORM\Query; |
|
6 | 5 | use Doctrine\ORM\Query\SqlWalker; |
7 | 6 | |
8 | 7 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\AdminBundle\Twig; |
4 | 4 | |
5 | 5 | use Kunstmaan\AdminBundle\Helper\FormHelper; |
6 | - |
|
7 | 6 | use Symfony\Component\Form\FormView; |
8 | 7 | |
9 | 8 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Kunstmaan\AdminBundle\Twig; |
4 | 4 | |
5 | -use Twig_Environment; |
|
6 | 5 | use Twig_Extension; |
7 | 6 | |
8 | 7 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\FormBundle\Entity; |
4 | 4 | |
5 | 5 | use ArrayObject; |
6 | - |
|
7 | 6 | use Symfony\Component\Form\FormBuilderInterface; |
8 | 7 | |
9 | 8 | /** |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace Kunstmaan\FormBundle\Tests\Entity\PageParts; |
4 | 4 | |
5 | 5 | use ArrayObject; |
6 | - |
|
7 | 6 | use Kunstmaan\FormBundle\Entity\PageParts\ChoicePagePart; |
8 | 7 | use Kunstmaan\FormBundle\Form\ChoicePagePartAdminType; |
9 | - |
|
10 | 8 | use Symfony\Component\Form\FormBuilderInterface; |
11 | 9 | |
12 | 10 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | namespace Kunstmaan\MediaBundle\Helper\Media; |
5 | 5 | |
6 | 6 | use Kunstmaan\MediaBundle\Entity\Media; |
7 | -use Symfony\Component\Form\AbstractType; |
|
8 | 7 | |
9 | 8 | abstract class AbstractMediaHandler |
10 | 9 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | 6 | use Kunstmaan\AdminBundle\Helper\DomainConfigurationInterface; |
7 | -use Kunstmaan\MenuBundle\Entity\Menu; |
|
8 | 7 | |
9 | 8 | class MenuService |
10 | 9 | { |