@@ -5,10 +5,8 @@ |
||
5 | 5 | use Symfony\Component\HttpKernel\Event\GetResponseEvent; |
6 | 6 | use Symfony\Component\HttpKernel\KernelEvents; |
7 | 7 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
8 | -use Symfony\Component\Security\Core\Authentication\Token\RememberMeToken; |
|
9 | 8 | use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; |
10 | 9 | use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; |
11 | -use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken; |
|
12 | 10 | use Symfony\Component\Translation\TranslatorInterface; |
13 | 11 | |
14 | 12 | /** |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace Kunstmaan\AdminBundle\Twig; |
4 | 4 | |
5 | 5 | use Twig_Environment; |
6 | - |
|
7 | 6 | use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\PermissionAdmin; |
8 | - |
|
9 | 7 | use Symfony\Component\Form\FormView; |
10 | 8 | |
11 | 9 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Twig_Environment; |
6 | 6 | use Twig_Extension; |
7 | - |
|
8 | 7 | use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\TabPane; |
9 | 8 | |
10 | 9 | /** |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace Kunstmaan\AdminListBundle\AdminList; |
4 | 4 | |
5 | 5 | use Kunstmaan\AdminListBundle\AdminList\Configurator\AdminListConfiguratorInterface; |
6 | - |
|
7 | 6 | use Symfony\Component\HttpFoundation\Request; |
8 | - |
|
9 | 7 | use Pagerfanta\Pagerfanta; |
10 | 8 | |
11 | 9 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\AdminListBundle\AdminList; |
4 | 4 | |
5 | 5 | use Symfony\Component\HttpFoundation\Request; |
6 | - |
|
7 | 6 | use Kunstmaan\AdminListBundle\AdminList\FilterType\FilterTypeInterface; |
8 | 7 | |
9 | 8 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Kunstmaan\AdminListBundle\Service; |
4 | 4 | |
5 | -use Box\Spout\Writer\WriterInterface; |
|
6 | 5 | use Kunstmaan\AdminListBundle\AdminList\ExportableInterface; |
7 | 6 | use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface; |
8 | 7 | use Symfony\Component\HttpFoundation\Response; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Kunstmaan\AdminListBundle\Tests\AdminList\ItemAction; |
3 | 3 | |
4 | 4 | use stdClass; |
5 | - |
|
6 | 5 | use Kunstmaan\AdminListBundle\AdminList\ItemAction\SimpleItemAction; |
7 | 6 | |
8 | 7 | /** |
@@ -5,14 +5,11 @@ |
||
5 | 5 | use Kunstmaan\NodeBundle\Controller\SlugActionInterface; |
6 | 6 | use Kunstmaan\PagePartBundle\Helper\HasPagePartsInterface; |
7 | 7 | use Kunstmaan\FormBundle\Helper\FormPageInterface; |
8 | - |
|
9 | 8 | use Doctrine\ORM\Mapping as ORM; |
10 | - |
|
11 | 9 | use Kunstmaan\NodeBundle\Entity\AbstractPage; |
12 | 10 | use Kunstmaan\NodeBundle\Entity\NodeTranslation; |
13 | 11 | use Kunstmaan\NodeBundle\Helper\RenderContext; |
14 | 12 | use Kunstmaan\FormBundle\Form\AbstractFormPageAdminType; |
15 | - |
|
16 | 13 | use Symfony\Component\Routing\RouterInterface; |
17 | 14 | use Symfony\Component\Validator\Constraints as Assert; |
18 | 15 | use Symfony\Component\Form\AbstractType; |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace Kunstmaan\FormBundle\Entity; |
4 | 4 | |
5 | 5 | use DateTime; |
6 | - |
|
7 | 6 | use Kunstmaan\AdminBundle\Entity\EntityInterface; |
8 | 7 | use Kunstmaan\NodeBundle\Entity\Node; |
9 | - |
|
10 | 8 | use Doctrine\Common\Collections\ArrayCollection; |
11 | 9 | use Doctrine\ORM\Mapping as ORM; |
12 | 10 |