@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace Kunstmaan\AdminBundle\Twig; |
4 | 4 | |
5 | 5 | use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\PermissionAdmin; |
6 | - |
|
7 | 6 | use Symfony\Component\Form\FormView; |
8 | - |
|
9 | 7 | use Twig_Environment; |
10 | 8 | |
11 | 9 | /** |
@@ -2,10 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Kunstmaan\AdminBundle\Twig; |
4 | 4 | |
5 | -use Twig_Environment; |
|
6 | - |
|
7 | 5 | use Kunstmaan\AdminBundle\Helper\AdminRouteHelper; |
8 | -use Symfony\Component\Form\FormView; |
|
9 | 6 | |
10 | 7 | class AdminRouteHelperTwigExtension extends \Twig_Extension |
11 | 8 | { |
@@ -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 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Kunstmaan\AdminBundle\Twig; |
4 | 4 | |
5 | -use Twig_Environment; |
|
6 | 5 | use Twig_Extension; |
7 | 6 | |
8 | 7 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\TabPane; |
6 | 6 | use Twig_Environment; |
7 | - |
|
8 | 7 | use Twig_Extension; |
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 Pagerfanta\Pagerfanta; |
8 | - |
|
9 | 7 | use Symfony\Component\HttpFoundation\Request; |
10 | 8 | |
11 | 9 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\AdminListBundle\AdminList; |
4 | 4 | |
5 | 5 | use Kunstmaan\AdminListBundle\AdminList\FilterType\FilterTypeInterface; |
6 | - |
|
7 | 6 | use Symfony\Component\HttpFoundation\Request; |
8 | 7 | |
9 | 8 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\ORM\Mapping as ORM; |
6 | 6 | use Kunstmaan\AdminBundle\Entity\AbstractEntity; |
7 | -use Symfony\Component\Validator\Constraints as Assert; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * @ORM\Entity(repositoryClass="Kunstmaan\AdminListBundle\Repository\LockableEntityRepository") |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Kunstmaan\AdminBundle\Helper\Menu\MenuBuilder; |
7 | 7 | use Kunstmaan\AdminBundle\Helper\Menu\MenuItem; |
8 | 8 | use Symfony\Component\HttpFoundation\Request; |
9 | -use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; |
|
10 | 9 | |
11 | 10 | class VarnishMenuAdaptor implements MenuAdaptorInterface |
12 | 11 | { |