@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Kunstmaan\NodeBundle\Tests\Helper; |
4 | 4 | |
5 | -use Doctrine\Common\Collections\ArrayCollection; |
|
6 | 5 | use Doctrine\Common\Persistence\ObjectRepository; |
7 | 6 | use Doctrine\ORM\EntityManager; |
8 | 7 | use Doctrine\ORM\EntityManagerInterface; |
@@ -8,13 +8,10 @@ discard block |
||
8 | 8 | use InvalidArgumentException; |
9 | 9 | use Kunstmaan\AdminBundle\Entity\BaseUser; |
10 | 10 | use Kunstmaan\AdminBundle\Entity\EntityInterface; |
11 | -use Kunstmaan\AdminBundle\Entity\User; |
|
12 | 11 | use Kunstmaan\AdminBundle\FlashMessages\FlashTypes; |
13 | 12 | use Kunstmaan\AdminBundle\Helper\FormWidgets\FormWidget; |
14 | - |
|
15 | 13 | use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\Tab; |
16 | 14 | use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\TabPane; |
17 | - |
|
18 | 15 | use Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper; |
19 | 16 | use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\PermissionMap; |
20 | 17 | use Kunstmaan\AdminBundle\Service\AclManager; |
@@ -43,7 +40,6 @@ discard block |
||
43 | 40 | use Symfony\Component\HttpFoundation\JsonResponse; |
44 | 41 | use Symfony\Component\HttpFoundation\RedirectResponse; |
45 | 42 | use Symfony\Component\HttpFoundation\Request; |
46 | -use Symfony\Component\Security\Acl\Model\EntryInterface; |
|
47 | 43 | use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; |
48 | 44 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
49 | 45 | use Symfony\Component\Translation\TranslatorInterface; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Kunstmaan\DashboardBundle\Manager\WidgetManager; |
6 | 6 | use Kunstmaan\DashboardBundle\Widget\DashboardWidget; |
7 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
8 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
|
9 | 8 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
10 | 9 | use Symfony\Component\HttpFoundation\Request; |
11 | 10 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\ArticleBundle\Router; |
4 | 4 | |
5 | 5 | use Kunstmaan\NodeBundle\Router\SlugRouter; |
6 | -use Symfony\Component\Routing\Route; |
|
7 | 6 | use Symfony\Component\Routing\RouteCollection; |
8 | 7 | use Symfony\Component\Translation\TranslatorInterface; |
9 | 8 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Kunstmaan\NodeBundle\EventListener; |
4 | 4 | |
5 | -use Doctrine\ORM\EntityManager; |
|
6 | 5 | use Doctrine\ORM\EntityManagerInterface; |
7 | 6 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
8 | 7 | use Symfony\Component\HttpFoundation\Response; |
@@ -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,7 +3,6 @@ |
||
3 | 3 | namespace Tests\Kunstmaan\NodeBundle\Helper; |
4 | 4 | |
5 | 5 | use Kunstmaan\UtilitiesBundle\Helper\Slugifier; |
6 | -use Kunstmaan\UtilitiesBundle\Helper\SlugifierInterface; |
|
7 | 6 | |
8 | 7 | |
9 | 8 | /** |