@@ -4,11 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Kunstmaan\NodeBundle\Entity\Node; |
6 | 6 | use Kunstmaan\NodeBundle\Entity\HasNodeInterface; |
7 | - |
|
8 | 7 | use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\PermissionAdmin; |
9 | 8 | use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\PermissionMapInterface; |
10 | 9 | use Kunstmaan\AdminBundle\Helper\FormWidgets\FormWidget; |
11 | - |
|
12 | 10 | use Doctrine\ORM\EntityManager; |
13 | 11 | use Symfony\Component\Form\FormView; |
14 | 12 | use Symfony\Component\Form\FormBuilderInterface; |
@@ -3,14 +3,11 @@ |
||
3 | 3 | namespace Kunstmaan\NodeBundle\Helper\Services; |
4 | 4 | |
5 | 5 | use Symfony\Component\DependencyInjection\ContainerInterface; |
6 | - |
|
7 | -use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission, |
|
8 | - Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\MaskBuilder; |
|
9 | - |
|
10 | -use Symfony\Component\Security\Acl\Domain\RoleSecurityIdentity, |
|
11 | - Symfony\Component\Security\Acl\Exception\AclNotFoundException, |
|
12 | - Symfony\Component\Security\Acl\Model\MutableAclProviderInterface, |
|
13 | - Symfony\Component\Security\Acl\Model\ObjectIdentityRetrievalStrategyInterface; |
|
6 | +use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\MaskBuilder; |
|
7 | +use Symfony\Component\Security\Acl\Domain\RoleSecurityIdentity; |
|
8 | +use Symfony\Component\Security\Acl\Exception\AclNotFoundException; |
|
9 | +use Symfony\Component\Security\Acl\Model\MutableAclProviderInterface; |
|
10 | +use Symfony\Component\Security\Acl\Model\ObjectIdentityRetrievalStrategyInterface; |
|
14 | 11 | |
15 | 12 | /** |
16 | 13 | * Service to add the correct permissions to new HasNodeInterface objects. |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\PagePartBundle\Helper\FormWidgets; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Doctrine\ORM\EntityManagerInterface; |
8 | 7 | use Kunstmaan\PagePartBundle\PagePartAdmin\PagePartAdminConfiguratorInterface; |
9 | 8 | use Kunstmaan\PagePartBundle\PagePartConfigurationReader\PagePartConfigurationReaderInterface; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | 6 | use Doctrine\ORM\Mapping as ORM; |
7 | -use Symfony\Component\Validator\Constraints as Assert; |
|
8 | 7 | use Kunstmaan\AdminBundle\Entity\AbstractEntity; |
9 | 8 | use Kunstmaan\MediaBundle\Entity\Media; |
10 | 9 | use Kunstmaan\SeoBundle\Form\SeoType; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\SeoBundle\EventListener; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Kunstmaan\SeoBundle\Entity\Seo; |
8 | 7 | use Kunstmaan\AdminBundle\Helper\CloneHelper; |
9 | 8 | use Kunstmaan\AdminBundle\Entity\AbstractEntity; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\SeoBundle\Repository; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityRepository; |
6 | - |
|
7 | 6 | use Kunstmaan\SeoBundle\Entity\Seo; |
8 | 7 | use Kunstmaan\AdminBundle\Entity\AbstractEntity; |
9 | 8 | use Kunstmaan\UtilitiesBundle\Helper\ClassLookup; |
@@ -2,12 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Kunstmaan\SeoBundle\Twig; |
4 | 4 | |
5 | -use Kunstmaan\SeoBundle\Helper\Order, |
|
6 | - Kunstmaan\SeoBundle\Helper\OrderConverter, |
|
7 | - Kunstmaan\SeoBundle\Helper\OrderPreparer; |
|
8 | - |
|
9 | -use Twig_Extension, |
|
10 | - Twig_Environment; |
|
5 | +use Kunstmaan\SeoBundle\Helper\Order; |
|
6 | +use Kunstmaan\SeoBundle\Helper\OrderConverter; |
|
7 | +use Kunstmaan\SeoBundle\Helper\OrderPreparer; |
|
8 | +use Twig_Extension; |
|
9 | +use Twig_Environment; |
|
11 | 10 | |
12 | 11 | /** |
13 | 12 | * Twig extensions for Google Analytics |
@@ -4,13 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Twig_Extension; |
6 | 6 | use Twig_Environment; |
7 | - |
|
8 | 7 | use Doctrine\ORM\EntityManager; |
9 | - |
|
10 | 8 | use Kunstmaan\AdminBundle\Entity\AbstractEntity; |
11 | - |
|
12 | 9 | use Kunstmaan\NodeBundle\Entity\AbstractPage; |
13 | - |
|
14 | 10 | use Kunstmaan\SeoBundle\Entity\Seo; |
15 | 11 | |
16 | 12 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Kunstmaan\TaggingBundle\AdminList; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Kunstmaan\TaggingBundle\Form\TagAdminType; |
8 | 7 | use Kunstmaan\AdminListBundle\AdminList\FilterType\ORM; |
9 | 8 | use Kunstmaan\AdminListBundle\AdminList\Configurator\AbstractDoctrineORMAdminListConfigurator; |