@@ -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; |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use Symfony\Component\Validator\Constraints as Assert; |
| 8 | 8 | use Victoire\Bundle\CoreBundle\Entity\Link; |
| 9 | 9 | use Victoire\Bundle\CoreBundle\Entity\View; |
| 10 | -use Victoire\Bundle\PageBundle\Entity\BasePage; |
|
| 11 | 10 | |
| 12 | 11 | /** |
| 13 | 12 | * PageSeo Translation. |