@@ -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 | /** |
@@ -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 | /** |
@@ -3,10 +3,8 @@ |
||
| 3 | 3 | namespace Kunstmaan\NodeBundle\Entity; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\Mapping as ORM; |
| 6 | - |
|
| 7 | 6 | use Kunstmaan\AdminBundle\Entity\AbstractEntity; |
| 8 | 7 | use Kunstmaan\NodeBundle\Form\ControllerActionAdminType; |
| 9 | - |
|
| 10 | 8 | use Symfony\Component\Form\AbstractType; |
| 11 | 9 | use Symfony\Component\Validator\Constraints as Assert; |
| 12 | 10 | |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Kunstmaan\AdminBundle\Entity\AbstractEntity; |
| 6 | 6 | use Kunstmaan\NodeBundle\Entity\AbstractPage; |
| 7 | 7 | use Kunstmaan\NodeBundle\Entity\HasNodeInterface; |
| 8 | - |
|
| 9 | 8 | use Symfony\Component\Form\AbstractType; |
| 10 | 9 | |
| 11 | 10 | /** |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | 6 | use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\Tab; |
| 7 | 7 | use Kunstmaan\NodeBundle\Event\AdaptFormEvent; |
| 8 | - |
|
| 9 | 8 | use Kunstmaan\NodeSearchBundle\Form\NodeSearchAdminType; |
| 10 | 9 | use Kunstmaan\NodeSearchBundle\Helper\FormWidgets\SearchFormWidget; |
| 11 | 10 | |