@@ -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; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Doctrine\ORM\Mapping as ORM; |
6 | 6 | use Kunstmaan\FormBundle\Entity\FormAdaptorInterface; |
7 | 7 | use Kunstmaan\PagePartBundle\Entity\AbstractPagePart; |
8 | - |
|
9 | 8 | use Kunstmaan\UtilitiesBundle\Helper\ClassLookup; |
10 | 9 | use Symfony\Component\Validator\Constraints as Assert; |
11 | 10 |