@@ -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 |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Kunstmaan\SeoBundle\Form\RobotsType; |
9 | 9 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
10 | 10 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
11 | - |
|
12 | 11 | use Symfony\Component\HttpFoundation\RedirectResponse; |
13 | 12 | use Symfony\Component\HttpFoundation\Request; |
14 | 13 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\UserManagementBundle\AdminList; |
4 | 4 | |
5 | 5 | use Kunstmaan\AdminListBundle\AdminList\Configurator\AbstractDoctrineORMAdminListConfigurator; |
6 | - |
|
7 | 6 | use Symfony\Component\Form\AbstractType; |
8 | 7 | |
9 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\UserManagementBundle\Controller; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Kunstmaan\AdminBundle\Controller\BaseSettingsController; |
8 | 7 | use Kunstmaan\AdminBundle\Entity\Role; |
9 | 8 | use Kunstmaan\AdminBundle\FlashMessages\FlashTypes; |
@@ -3,11 +3,9 @@ |
||
3 | 3 | namespace Kunstmaan\AdminBundle\Command; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
8 | 7 | use Symfony\Component\Console\Input\InputInterface; |
9 | 8 | use Symfony\Component\Console\Output\OutputInterface; |
10 | - |
|
11 | 9 | use Kunstmaan\AdminBundle\Entity\AclChangeset; |
12 | 10 | use Kunstmaan\AdminBundle\Repository\AclChangesetRepository; |
13 | 11 | use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\PermissionAdmin; |
@@ -7,9 +7,7 @@ |
||
7 | 7 | use Symfony\Component\Console\Input\InputInterface; |
8 | 8 | use Symfony\Component\Console\Input\InputOption; |
9 | 9 | use Symfony\Component\Console\Output\OutputInterface; |
10 | - |
|
11 | 10 | use Doctrine\ORM\EntityManager; |
12 | - |
|
13 | 11 | use Kunstmaan\AdminBundle\Entity\Group; |
14 | 12 | use Kunstmaan\AdminBundle\Entity\Role; |
15 | 13 |
@@ -6,9 +6,7 @@ |
||
6 | 6 | use Symfony\Component\Console\Input\InputArgument; |
7 | 7 | use Symfony\Component\Console\Input\InputInterface; |
8 | 8 | use Symfony\Component\Console\Output\OutputInterface; |
9 | - |
|
10 | 9 | use Doctrine\ORM\EntityManager; |
11 | - |
|
12 | 10 | use Kunstmaan\AdminBundle\Entity\Role; |
13 | 11 | |
14 | 12 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\AdminBundle\DependencyInjection; |
4 | 4 | |
5 | 5 | use InvalidArgumentException; |
6 | - |
|
7 | 6 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
8 | 7 | use Symfony\Component\Config\FileLocator; |
9 | 8 | use Symfony\Component\DependencyInjection\Definition; |