Completed
Push — master ( 710488...c6f0c8 )
by Beñat
02:29
created
src/LIN3S/CMSKernel/Infrastructure/Symfony/Bundle/Lin3sCmsKernelBundle.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -33,25 +33,25 @@  discard block
 block discarded – undo
33 33
                     'Lin3sCmsKernelMenu'        => [
34 34
                         'type'      => 'xml',
35 35
                         'is_bundle' => false,
36
-                        'dir'       => $this->doctrineORMBasePath() . '/Menu/Mapping/',
36
+                        'dir'       => $this->doctrineORMBasePath().'/Menu/Mapping/',
37 37
                         'prefix'    => 'LIN3S\CMSKernel\Domain\Model\Menu',
38 38
                     ],
39 39
                     'Lin3sCmsKernelPage'        => [
40 40
                         'type'      => 'xml',
41 41
                         'is_bundle' => false,
42
-                        'dir'       => $this->doctrineORMBasePath() . '/Page/Mapping/',
42
+                        'dir'       => $this->doctrineORMBasePath().'/Page/Mapping/',
43 43
                         'prefix'    => 'LIN3S\CMSKernel\Domain\Model\Page',
44 44
                     ],
45 45
                     'Lin3sCmsKernelSeo'         => [
46 46
                         'type'      => 'xml',
47 47
                         'is_bundle' => false,
48
-                        'dir'       => $this->doctrineORMBasePath() . '/Seo/Mapping/',
48
+                        'dir'       => $this->doctrineORMBasePath().'/Seo/Mapping/',
49 49
                         'prefix'    => 'LIN3S\CMSKernel\Domain\Model\Seo',
50 50
                     ],
51 51
                     'Lin3sCmsKernelTranslation' => [
52 52
                         'type'      => 'xml',
53 53
                         'is_bundle' => false,
54
-                        'dir'       => $this->doctrineORMBasePath() . '/Translation/Mapping/',
54
+                        'dir'       => $this->doctrineORMBasePath().'/Translation/Mapping/',
55 55
                         'prefix'    => 'LIN3S\CMSKernel\Domain\Model\Translation',
56 56
                     ],
57 57
                 ],
@@ -70,12 +70,12 @@  discard block
 block discarded – undo
70 70
 
71 71
     private function doctrineORMBasePath()
72 72
     {
73
-        return $this->basePath() . '/../../Persistence/Doctrine/ORM';
73
+        return $this->basePath().'/../../Persistence/Doctrine/ORM';
74 74
     }
75 75
 
76 76
     private function twigBasePath()
77 77
     {
78
-        return $this->basePath() . '/../../Ui/Templates/Twig';
78
+        return $this->basePath().'/../../Ui/Templates/Twig';
79 79
     }
80 80
 
81 81
     private function basePath()
Please login to merge, or discard this patch.