| @@ -39,7 +39,7 @@ | ||
| 39 | 39 | 'indexes' => [ | 
| 40 | 40 | 'pages' => [ | 
| 41 | 41 | 'types' => [ | 
| 42 | - 'Pages' => [ | |
| 42 | + 'Pages' => [ | |
| 43 | 43 | 'serializer' => [ | 
| 44 | 44 | 'groups' => ['search'], | 
| 45 | 45 | ], | 
| @@ -4,8 +4,6 @@ | ||
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManager; | 
| 6 | 6 | use Doctrine\ORM\EntityRepository; | 
| 7 | -use Gedmo\Translatable\Entity\Repository\TranslationRepository; | |
| 8 | -use Gedmo\Translatable\Entity\Translation; | |
| 9 | 7 | use Victoire\Bundle\BusinessPageBundle\Entity\BusinessPage; | 
| 10 | 8 | use Victoire\Bundle\CoreBundle\Entity\View; | 
| 11 | 9 | use Victoire\Bundle\CoreBundle\Entity\WebViewInterface; |