@@ -3,9 +3,7 @@ discard block |
||
3 | 3 | namespace Kunstmaan\FormBundle\Entity\FormSubmissionFieldTypes; |
4 | 4 | |
5 | 5 | use Kunstmaan\FormBundle\Entity\FormSubmissionField; |
6 | - |
|
7 | 6 | use Gedmo\Sluggable\Util\Urlizer; |
8 | - |
|
9 | 7 | use Kunstmaan\FormBundle\Form\FileFormSubmissionType; |
10 | 8 | use Symfony\Component\DependencyInjection\ContainerInterface; |
11 | 9 | use Symfony\Component\Form\FormBuilderInterface; |
@@ -13,7 +11,6 @@ discard block |
||
13 | 11 | use Symfony\Component\HttpFoundation\File\UploadedFile; |
14 | 12 | use Symfony\Component\HttpFoundation\Request; |
15 | 13 | use Symfony\Component\Validator\Constraints as Assert; |
16 | - |
|
17 | 14 | use Doctrine\ORM\Mapping as ORM; |
18 | 15 | |
19 | 16 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Kunstmaan\FormBundle\Entity\FormSubmissionField; |
6 | 6 | use Kunstmaan\FormBundle\Form\TextFormSubmissionType; |
7 | - |
|
8 | 7 | use Doctrine\ORM\Mapping as ORM; |
9 | 8 | |
10 | 9 | /** |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Kunstmaan\UtilitiesBundle\Helper\ClassLookup; |
6 | 6 | use Kunstmaan\FormBundle\Entity\FormAdaptorInterface; |
7 | 7 | use Kunstmaan\PagePartBundle\Entity\AbstractPagePart; |
8 | - |
|
9 | 8 | use Doctrine\ORM\Mapping as ORM; |
10 | 9 | |
11 | 10 | /** |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace Kunstmaan\FormBundle\EventListener; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Kunstmaan\NodeBundle\Event\ConfigureActionMenuEvent; |
8 | 7 | use Kunstmaan\FormBundle\Entity\AbstractFormPage; |
9 | - |
|
10 | 8 | use Symfony\Component\Routing\RouterInterface; |
11 | 9 | |
12 | 10 | /** |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Kunstmaan\AdminBundle\Helper\Menu\MenuBuilder; |
7 | 7 | use Kunstmaan\AdminBundle\Helper\Menu\MenuAdaptorInterface; |
8 | 8 | use Kunstmaan\AdminBundle\Helper\Menu\TopMenuItem; |
9 | - |
|
10 | 9 | use Symfony\Component\HttpFoundation\Request; |
11 | 10 | |
12 | 11 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\GeneratorBundle\Generator; |
4 | 4 | |
5 | 5 | use Kunstmaan\GeneratorBundle\Helper\GeneratorUtils; |
6 | - |
|
7 | 6 | use Symfony\Component\HttpKernel\Bundle\Bundle; |
8 | 7 | use Symfony\Component\Console\Output\OutputInterface; |
9 | 8 | use Symfony\Component\Filesystem\Filesystem; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\HttpFoundation\Request; |
6 | 6 | use Symfony\Component\HttpFoundation\Response; |
7 | - |
|
8 | 7 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
9 | 8 | |
10 | 9 | class LanguageChooserController extends Controller |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Kunstmaan\MediaBundle\AdminList\MediaAdminListConfigurator; |
8 | 8 | use Kunstmaan\MediaBundle\Entity\Folder; |
9 | 9 | use Kunstmaan\MediaBundle\Form\FolderType; |
10 | -use Kunstmaan\MediaBundle\Form\EmptyType; |
|
11 | 10 | use Kunstmaan\MediaBundle\Helper\MediaManager; |
12 | 11 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
13 | 12 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
@@ -10,10 +10,8 @@ |
||
10 | 10 | use Kunstmaan\NodeBundle\Form\NodeMenuTabTranslationAdminType; |
11 | 11 | use Kunstmaan\NodeBundle\Form\NodeMenuTabAdminType; |
12 | 12 | use InvalidArgumentException; |
13 | - |
|
14 | 13 | use Doctrine\ORM\EntityManager; |
15 | 14 | use Doctrine\Common\Collections\ArrayCollection; |
16 | - |
|
17 | 15 | use Symfony\Component\HttpFoundation\JsonResponse; |
18 | 16 | use Symfony\Component\HttpFoundation\RedirectResponse; |
19 | 17 | use Symfony\Component\HttpFoundation\Request; |