@@ -3,10 +3,8 @@ |
||
| 3 | 3 | namespace Kunstmaan\FormBundle\EventListener; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | - |
|
| 7 | 6 | use Kunstmaan\FormBundle\Entity\AbstractFormPage; |
| 8 | 7 | use Kunstmaan\NodeBundle\Event\ConfigureActionMenuEvent; |
| 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\MenuItem; |
| 8 | 8 | use Kunstmaan\AdminBundle\Helper\Menu\TopMenuItem; |
| 9 | - |
|
| 10 | 9 | use Symfony\Component\HttpFoundation\Request; |
| 11 | 10 | |
| 12 | 11 | /** |
@@ -3,10 +3,8 @@ |
||
| 3 | 3 | namespace Kunstmaan\FormBundle\Tests\Entity\PageParts; |
| 4 | 4 | |
| 5 | 5 | use ArrayObject; |
| 6 | - |
|
| 7 | 6 | use Kunstmaan\FormBundle\Entity\PageParts\ChoicePagePart; |
| 8 | 7 | use Kunstmaan\FormBundle\Form\ChoicePagePartAdminType; |
| 9 | - |
|
| 10 | 8 | use Symfony\Component\Form\FormBuilderInterface; |
| 11 | 9 | |
| 12 | 10 | /** |
@@ -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\Console\Output\OutputInterface; |
| 8 | 7 | use Symfony\Component\Filesystem\Filesystem; |
| 9 | 8 | use Symfony\Component\HttpKernel\Bundle\Bundle; |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Kunstmaan\AdminBundle\FlashMessages\FlashTypes; |
| 7 | 7 | use Kunstmaan\MediaBundle\AdminList\MediaAdminListConfigurator; |
| 8 | 8 | use Kunstmaan\MediaBundle\Entity\Folder; |
| 9 | -use Kunstmaan\MediaBundle\Form\EmptyType; |
|
| 10 | 9 | use Kunstmaan\MediaBundle\Form\FolderType; |
| 11 | 10 | use Kunstmaan\MediaBundle\Helper\MediaManager; |
| 12 | 11 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | namespace Kunstmaan\MediaBundle\Helper\Media; |
| 5 | 5 | |
| 6 | 6 | use Kunstmaan\MediaBundle\Entity\Media; |
| 7 | -use Symfony\Component\Form\AbstractType; |
|
| 8 | 7 | |
| 9 | 8 | abstract class AbstractMediaHandler |
| 10 | 9 | { |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | 6 | use Kunstmaan\AdminBundle\Helper\DomainConfigurationInterface; |
| 7 | -use Kunstmaan\MenuBundle\Entity\Menu; |
|
| 8 | 7 | |
| 9 | 8 | class MenuService |
| 10 | 9 | { |
@@ -8,13 +8,10 @@ |
||
| 8 | 8 | use InvalidArgumentException; |
| 9 | 9 | use Kunstmaan\AdminBundle\Entity\BaseUser; |
| 10 | 10 | use Kunstmaan\AdminBundle\Entity\EntityInterface; |
| 11 | -use Kunstmaan\AdminBundle\Entity\User; |
|
| 12 | 11 | use Kunstmaan\AdminBundle\FlashMessages\FlashTypes; |
| 13 | 12 | use Kunstmaan\AdminBundle\Helper\FormWidgets\FormWidget; |
| 14 | - |
|
| 15 | 13 | use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\Tab; |
| 16 | 14 | use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\TabPane; |
| 17 | - |
|
| 18 | 15 | use Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper; |
| 19 | 16 | use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\PermissionMap; |
| 20 | 17 | use Kunstmaan\AdminListBundle\AdminList\AdminList; |
@@ -3,10 +3,8 @@ |
||
| 3 | 3 | namespace Kunstmaan\NodeBundle\Entity; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\Mapping as ORM; |
| 6 | - |
|
| 7 | 6 | use Kunstmaan\AdminBundle\Entity\AbstractEntity; |
| 8 | 7 | use Kunstmaan\NodeBundle\Form\ControllerActionAdminType; |
| 9 | - |
|
| 10 | 8 | use Symfony\Component\Form\AbstractType; |
| 11 | 9 | use Symfony\Component\Validator\Constraints as Assert; |
| 12 | 10 | |