@@ -7,7 +7,6 @@ |
||
7 | 7 | use Kunstmaan\ArticleBundle\PagePartAdmin\AbstractArticlePagePagePartAdminConfigurator; |
8 | 8 | use Kunstmaan\NodeBundle\Entity\AbstractPage; |
9 | 9 | use Kunstmaan\PagePartBundle\Helper\HasPagePartsInterface; |
10 | -use Symfony\Component\Form\AbstractType; |
|
11 | 10 | |
12 | 11 | abstract class AbstractArticlePage extends AbstractPage implements HasPagePartsInterface |
13 | 12 | { |
@@ -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 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\NodeBundle\Entity; |
4 | 4 | |
5 | 5 | use Kunstmaan\AdminBundle\Entity\EntityInterface; |
6 | -use Symfony\Component\Form\AbstractType; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * HasNodeInterface Interface |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Kunstmaan\AdminBundle\Helper\DomainConfigurationInterface; |
7 | 7 | use Kunstmaan\NodeBundle\Validation\URLValidator; |
8 | 8 | use Psr\Log\LoggerInterface; |
9 | -use Symfony\Component\HttpFoundation\RequestStack; |
|
10 | 9 | use Symfony\Component\Routing\RouterInterface; |
11 | 10 | |
12 | 11 | /** |
@@ -4,8 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Kunstmaan\AdminListBundle\AdminList\Configurator\AbstractDoctrineORMAdminListConfigurator; |
6 | 6 | |
7 | -use Symfony\Component\Form\AbstractType; |
|
8 | - |
|
9 | 7 | /** |
10 | 8 | * Abstract admin list configurator used by the Group, Log, Role and User configurators |
11 | 9 | */ |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Doctrine\Common\Cache\Cache; |
6 | 6 | use Kunstmaan\AdminBundle\Helper\Toolbar\AbstractDataCollector; |
7 | 7 | use Kunstmaan\AdminBundle\Helper\VersionCheck\VersionChecker; |
8 | -use Monolog\Logger; |
|
9 | 8 | use Symfony\Component\HttpFoundation\Request; |
10 | 9 | use Symfony\Component\HttpFoundation\Response; |
11 | 10 |
@@ -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; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManagerInterface; |
6 | 6 | use Symfony\Component\HttpFoundation\Request; |
7 | -use Symfony\Component\HttpFoundation\RequestStack; |
|
8 | 7 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
9 | 8 | use Symfony\Component\Routing\RouterInterface; |
10 | 9 | use Twig_Extension; |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace Kunstmaan\NodeBundle\Form\EventListener; |
4 | 4 | |
5 | 5 | use Kunstmaan\NodeBundle\Form\Type\URLChooserType; |
6 | -use Kunstmaan\NodeBundle\Validation\URLValidator; |
|
7 | 6 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
8 | -use Symfony\Component\Form\Extension\Core\Type\CheckboxType; |
|
9 | 7 | use Symfony\Component\Form\Extension\Core\Type\TextType; |
10 | 8 | use Symfony\Component\Form\FormEvent; |
11 | 9 | use Symfony\Component\Form\FormEvents; |