@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\SeoBundle\Repository; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityRepository; |
6 | - |
|
7 | 6 | use Kunstmaan\AdminBundle\Entity\AbstractEntity; |
8 | 7 | use Kunstmaan\SeoBundle\Entity\Seo; |
9 | 8 | use Kunstmaan\UtilitiesBundle\Helper\ClassLookup; |
@@ -2,12 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Kunstmaan\SeoBundle\Twig; |
4 | 4 | |
5 | -use Kunstmaan\SeoBundle\Helper\Order, |
|
6 | - Kunstmaan\SeoBundle\Helper\OrderConverter, |
|
7 | - Kunstmaan\SeoBundle\Helper\OrderPreparer; |
|
8 | - |
|
9 | -use Twig_Environment, |
|
10 | - Twig_Extension; |
|
5 | +use Kunstmaan\SeoBundle\Helper\Order; |
|
6 | +use Kunstmaan\SeoBundle\Helper\OrderConverter; |
|
7 | +use Kunstmaan\SeoBundle\Helper\OrderPreparer; |
|
8 | +use Twig_Environment; |
|
9 | +use Twig_Extension; |
|
11 | 10 | |
12 | 11 | /** |
13 | 12 | * Twig extensions for Google Analytics |
@@ -4,13 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | 6 | use Kunstmaan\AdminBundle\Entity\AbstractEntity; |
7 | - |
|
8 | 7 | use Kunstmaan\NodeBundle\Entity\AbstractPage; |
9 | - |
|
10 | 8 | use Kunstmaan\SeoBundle\Entity\Seo; |
11 | - |
|
12 | 9 | use Twig_Environment; |
13 | - |
|
14 | 10 | use Twig_Extension; |
15 | 11 | |
16 | 12 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\TaggingBundle\AdminList; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper; |
8 | 7 | use Kunstmaan\AdminListBundle\AdminList\Configurator\AbstractDoctrineORMAdminListConfigurator; |
9 | 8 | use Kunstmaan\AdminListBundle\AdminList\FilterType\ORM; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Gedmo\Mapping\Annotation as Gedmo; |
8 | 8 | use Gedmo\Translatable\Translatable; |
9 | 9 | use Kunstmaan\TaggingBundle\Form\TagAdminType; |
10 | - |
|
11 | 10 | use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; |
12 | 11 | |
13 | 12 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\ORM\Mapping as ORM; |
6 | 6 | use DoctrineExtensions\Taggable\Entity\Tag as BaseTag; |
7 | - |
|
8 | 7 | use DoctrineExtensions\Taggable\Entity\Tagging as BaseTagging; |
9 | 8 | |
10 | 9 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
6 | 6 | use Kunstmaan\TaggingBundle\Entity\TagManager; |
7 | - |
|
8 | 7 | use Symfony\Component\Form\DataTransformerInterface; |
9 | 8 | |
10 | 9 | class TagsTransformer implements DataTransformerInterface |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Kunstmaan\TaggingBundle\Entity\TagManager; |
6 | 6 | use Kunstmaan\TaggingBundle\Form\DataTransformer\TagsTransformer; |
7 | 7 | use Symfony\Component\Form\AbstractType; |
8 | - |
|
9 | 8 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
10 | 9 | use Symfony\Component\Form\FormBuilderInterface; |
11 | 10 | use Symfony\Component\OptionsResolver\OptionsResolver; |
@@ -3,18 +3,15 @@ |
||
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\Group; |
9 | 8 | use Kunstmaan\AdminBundle\FlashMessages\FlashTypes; |
10 | 9 | use Kunstmaan\AdminBundle\Form\GroupType; |
11 | 10 | use Kunstmaan\AdminListBundle\AdminList\AdminList; |
12 | - |
|
13 | 11 | use Kunstmaan\UserManagementBundle\AdminList\GroupAdminListConfigurator; |
14 | 12 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
15 | 13 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
16 | 14 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
17 | - |
|
18 | 15 | use Symfony\Component\HttpFoundation\RedirectResponse; |
19 | 16 | use Symfony\Component\HttpFoundation\Request; |
20 | 17 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |