@@ -8,7 +8,6 @@ |
||
8 | 8 | use Doctrine\ORM\Mapping\ManyToOne; |
9 | 9 | use Doctrine\ORM\Mapping\OneToMany; |
10 | 10 | use Doctrine\ORM\Mapping\OneToOne; |
11 | -use Doctrine\ORM\Query\Expr\Join; |
|
12 | 11 | use Doctrine\ORM\QueryBuilder; |
13 | 12 | use FOS\UserBundle\Model\UserInterface; |
14 | 13 | use Knp\DoctrineBehaviors\Model\Translatable\Translatable; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
6 | 6 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
7 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
8 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
|
9 | 8 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
10 | 9 | use Symfony\Component\Form\Extension\Core\Type\SubmitType; |
11 | 10 | use Symfony\Component\HttpFoundation\JsonResponse; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Victoire\Bundle\SitemapBundle\Controller; |
4 | 4 | |
5 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
|
6 | 5 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
7 | 6 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
8 | 7 | use Symfony\Component\HttpFoundation\JsonResponse; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | 6 | use Doctrine\ORM\Mapping\ClassMetadataInfo; |
7 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
|
8 | 7 | use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface; |
9 | 8 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
10 | 9 | use Symfony\Component\HttpFoundation\JsonResponse; |