Completed
Pull Request — master (#374)
by Leny
06:05
created
Bundle/PageBundle/DependencyInjection/VictoirePageExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
             'indexes' => [
40 40
                 'pages' => [
41 41
                     'types' => [
42
-                         'Pages' => [
42
+                            'Pages' => [
43 43
                             'serializer'  => [
44 44
                                 'groups' => ['search'],
45 45
                             ],
Please login to merge, or discard this patch.
Bundle/ViewReferenceBundle/Helper/ViewReferenceHelper.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.