@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\Mapping as ORM; |
| 6 | 6 | use DoctrineExtensions\Taggable\Entity\Tag as BaseTag; |
| 7 | - |
|
| 8 | 7 | use DoctrineExtensions\Taggable\Entity\Tagging as BaseTagging; |
| 9 | 8 | |
| 10 | 9 | /** |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
| 6 | 6 | use Kunstmaan\TaggingBundle\Entity\TagManager; |
| 7 | - |
|
| 8 | 7 | use Symfony\Component\Form\DataTransformerInterface; |
| 9 | 8 | |
| 10 | 9 | class TagsTransformer implements DataTransformerInterface |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Kunstmaan\TaggingBundle\Entity\TagManager; |
| 6 | 6 | use Kunstmaan\TaggingBundle\Form\DataTransformer\TagsTransformer; |
| 7 | 7 | use Symfony\Component\Form\AbstractType; |
| 8 | - |
|
| 9 | 8 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
| 10 | 9 | use Symfony\Component\Form\FormBuilderInterface; |
| 11 | 10 | use Symfony\Component\OptionsResolver\OptionsResolver; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | 6 | use Kunstmaan\AdminBundle\Helper\FormHelper; |
| 7 | -use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\TabInterface; |
|
| 8 | 7 | use Symfony\Component\Form\AbstractType; |
| 9 | 8 | use Symfony\Component\Form\FormBuilderInterface; |
| 10 | 9 | use Symfony\Component\Form\FormView; |
@@ -5,8 +5,6 @@ |
||
| 5 | 5 | use Twig_Environment; |
| 6 | 6 | use Twig_Extension; |
| 7 | 7 | |
| 8 | -use Kunstmaan\AdminBundle\Helper\FormWidgets\Tabs\TabPane; |
|
| 9 | - |
|
| 10 | 8 | /** |
| 11 | 9 | * Extension to render blocks of twig templates |
| 12 | 10 | */ |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Kunstmaan\AdminListBundle\AdminList\ItemAction\ItemActionInterface; |
| 10 | 10 | use Kunstmaan\AdminListBundle\AdminList\ListAction\ListActionInterface; |
| 11 | 11 | use Pagerfanta\Pagerfanta; |
| 12 | -use Symfony\Component\Form\AbstractType; |
|
| 13 | 12 | use Symfony\Component\HttpFoundation\Request; |
| 14 | 13 | |
| 15 | 14 | /** |
@@ -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; |
@@ -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 | |