@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\TabPane; |
| 6 | 6 | use Twig_Environment; |
| 7 | - |
|
| 8 | 7 | use Twig_Extension; |
| 9 | 8 | |
| 10 | 9 | /** |
@@ -3,9 +3,7 @@ |
||
| 3 | 3 | namespace Kunstmaan\AdminListBundle\AdminList; |
| 4 | 4 | |
| 5 | 5 | use Kunstmaan\AdminListBundle\AdminList\Configurator\AdminListConfiguratorInterface; |
| 6 | - |
|
| 7 | 6 | use Pagerfanta\Pagerfanta; |
| 8 | - |
|
| 9 | 7 | use Symfony\Component\HttpFoundation\Request; |
| 10 | 8 | |
| 11 | 9 | /** |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Kunstmaan\AdminListBundle\AdminList; |
| 4 | 4 | |
| 5 | 5 | use Kunstmaan\AdminListBundle\AdminList\FilterType\FilterTypeInterface; |
| 6 | - |
|
| 7 | 6 | use Symfony\Component\HttpFoundation\Request; |
| 8 | 7 | |
| 9 | 8 | /** |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\Mapping as ORM; |
| 6 | 6 | use Kunstmaan\AdminBundle\Entity\AbstractEntity; |
| 7 | -use Symfony\Component\Validator\Constraints as Assert; |
|
| 8 | 7 | |
| 9 | 8 | /** |
| 10 | 9 | * @ORM\Entity(repositoryClass="Kunstmaan\AdminListBundle\Repository\LockableEntityRepository") |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Kunstmaan\AdminBundle\Helper\Menu\MenuBuilder; |
| 7 | 7 | use Kunstmaan\AdminBundle\Helper\Menu\MenuItem; |
| 8 | 8 | use Symfony\Component\HttpFoundation\Request; |
| 9 | -use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; |
|
| 10 | 9 | |
| 11 | 10 | class VarnishMenuAdaptor implements MenuAdaptorInterface |
| 12 | 11 | { |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManagerInterface; |
| 6 | 6 | use Kunstmaan\ConfigBundle\Entity\AbstractConfig; |
| 7 | -use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
|
| 8 | 7 | use Twig_Extension; |
| 9 | 8 | |
| 10 | 9 | /** |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Kunstmaan\FormBundle\Entity; |
| 4 | 4 | |
| 5 | 5 | use ArrayObject; |
| 6 | - |
|
| 7 | 6 | use Symfony\Component\Form\FormBuilderInterface; |
| 8 | 7 | |
| 9 | 8 | /** |
@@ -3,10 +3,8 @@ |
||
| 3 | 3 | namespace Kunstmaan\FormBundle\Entity; |
| 4 | 4 | |
| 5 | 5 | use DateTime; |
| 6 | - |
|
| 7 | 6 | use Doctrine\Common\Collections\ArrayCollection; |
| 8 | 7 | use Doctrine\ORM\Mapping as ORM; |
| 9 | - |
|
| 10 | 8 | use Kunstmaan\AdminBundle\Entity\EntityInterface; |
| 11 | 9 | use Kunstmaan\NodeBundle\Entity\Node; |
| 12 | 10 | |
@@ -3,9 +3,7 @@ discard block |
||
| 3 | 3 | namespace Kunstmaan\FormBundle\Entity\FormSubmissionFieldTypes; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\Mapping as ORM; |
| 6 | - |
|
| 7 | 6 | use Gedmo\Sluggable\Util\Urlizer; |
| 8 | - |
|
| 9 | 7 | use Kunstmaan\FormBundle\Entity\FormSubmissionField; |
| 10 | 8 | use Kunstmaan\FormBundle\Form\FileFormSubmissionType; |
| 11 | 9 | use Symfony\Component\DependencyInjection\ContainerInterface; |
@@ -13,7 +11,6 @@ discard block |
||
| 13 | 11 | use Symfony\Component\Form\FormBuilderInterface; |
| 14 | 12 | use Symfony\Component\HttpFoundation\File\UploadedFile; |
| 15 | 13 | use Symfony\Component\HttpFoundation\Request; |
| 16 | - |
|
| 17 | 14 | use Symfony\Component\Validator\Constraints as Assert; |
| 18 | 15 | |
| 19 | 16 | /** |