@@ -5,7 +5,6 @@ |
||
5 | 5 | use Doctrine\ORM\Mapping as ORM; |
6 | 6 | use Kunstmaan\FormBundle\Entity\FormAdaptorInterface; |
7 | 7 | use Kunstmaan\PagePartBundle\Entity\AbstractPagePart; |
8 | - |
|
9 | 8 | use Kunstmaan\UtilitiesBundle\Helper\ClassLookup; |
10 | 9 | use Symfony\Component\Validator\Constraints as Assert; |
11 | 10 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\NodeBundle\Entity; |
4 | 4 | |
5 | 5 | use Kunstmaan\AdminBundle\Entity\EntityInterface; |
6 | -use Symfony\Component\Form\AbstractType; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * HasNodeInterface Interface |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Kunstmaan\AdminBundle\Helper\DomainConfigurationInterface; |
7 | 7 | use Kunstmaan\NodeBundle\Validation\URLValidator; |
8 | 8 | use Psr\Log\LoggerInterface; |
9 | -use Symfony\Component\HttpFoundation\RequestStack; |
|
10 | 9 | use Symfony\Component\Routing\RouterInterface; |
11 | 10 | |
12 | 11 | /** |
@@ -6,8 +6,6 @@ |
||
6 | 6 | use Kunstmaan\NodeBundle\Entity\AbstractPage; |
7 | 7 | use Kunstmaan\NodeBundle\Entity\HasNodeInterface; |
8 | 8 | |
9 | -use Symfony\Component\Form\AbstractType; |
|
10 | - |
|
11 | 9 | /** |
12 | 10 | * TestEntity |
13 | 11 | */ |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use Symfony\Component\HttpFoundation\RedirectResponse; |
19 | 19 | use Symfony\Component\HttpFoundation\Request; |
20 | 20 | use Symfony\Component\HttpFoundation\Response; |
21 | -use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; |
|
22 | 21 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
23 | 22 | use Symfony\Component\Translation\TranslatorInterface; |
24 | 23 |
@@ -4,8 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Kunstmaan\AdminListBundle\AdminList\Configurator\AbstractDoctrineORMAdminListConfigurator; |
6 | 6 | |
7 | -use Symfony\Component\Form\AbstractType; |
|
8 | - |
|
9 | 7 | /** |
10 | 8 | * Abstract admin list configurator used by the Group, Log, Role and User configurators |
11 | 9 | */ |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Kunstmaan\ArticleBundle\AdminList; |
4 | 4 | |
5 | -use Doctrine\ORM\EntityManager; |
|
6 | 5 | use Doctrine\ORM\EntityManagerInterface; |
7 | 6 | use Doctrine\ORM\QueryBuilder; |
8 | 7 | use Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; |
6 | 6 | use Symfony\Component\Config\Definition\Builder\TreeBuilder; |
7 | 7 | use Symfony\Component\Config\Definition\ConfigurationInterface; |
8 | -use Kunstmaan\NodeSearchBundle\Helper\ElasticSearchUtil; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * This is the class that validates and merges configuration from your app/config files |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace Kunstmaan\AdminBundle\Tests\Entity; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
6 | - |
|
7 | 6 | use FOS\UserBundle\Model\GroupInterface; |
8 | - |
|
9 | 7 | use Kunstmaan\AdminBundle\Entity\User; |
10 | 8 | |
11 | 9 | /** |