@@ -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; |
@@ -3,7 +3,6 @@ |
||
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\Role; |
9 | 8 | use Kunstmaan\AdminBundle\FlashMessages\FlashTypes; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\VotingBundle\Services; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Kunstmaan\VotingBundle\Event\Facebook\FacebookLikeEvent; |
8 | 7 | use Kunstmaan\VotingBundle\Event\Facebook\FacebookSendEvent; |
9 | 8 | use Kunstmaan\VotingBundle\Event\LinkedIn\LinkedInShareEvent; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | 6 | use Kunstmaan\AdminBundle\Helper\FormHelper; |
7 | -use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\TabInterface; |
|
8 | 7 | use Symfony\Component\Form\AbstractType; |
9 | 8 | use Symfony\Component\Form\FormBuilderInterface; |
10 | 9 | use Symfony\Component\Form\FormView; |
@@ -5,8 +5,6 @@ |
||
5 | 5 | use Twig_Environment; |
6 | 6 | use Twig_Extension; |
7 | 7 | |
8 | -use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\TabPane; |
|
9 | - |
|
10 | 8 | /** |
11 | 9 | * Extension to render blocks of twig templates |
12 | 10 | */ |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use Kunstmaan\AdminListBundle\AdminList\ItemAction\ItemActionInterface; |
10 | 10 | use Kunstmaan\AdminListBundle\AdminList\ListAction\ListActionInterface; |
11 | 11 | use Pagerfanta\Pagerfanta; |
12 | -use Symfony\Component\Form\AbstractType; |
|
13 | 12 | use Symfony\Component\HttpFoundation\Request; |
14 | 13 | |
15 | 14 | /** |
@@ -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; |