Completed
Push — master ( 22278e...4226ad )
by Beñat
11:30
created
src/LIN3S/CMSKernel/Infrastructure/Symfony/Bundle/Lin3sCmsKernelBundle.php 1 patch
Spacing   +5 added lines, -5 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->basePath() . '/Menu/Mapping/',
36
+                        'dir'       => $this->basePath().'/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->basePath() . '/Page/Mapping/',
42
+                        'dir'       => $this->basePath().'/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->basePath() . '/Seo/Mapping/',
48
+                        'dir'       => $this->basePath().'/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->basePath() . '/Translation/Mapping/',
54
+                        'dir'       => $this->basePath().'/Translation/Mapping/',
55 55
                         'prefix'    => 'LIN3S\CMSKernel\Domain\Model\Translation',
56 56
                     ],
57 57
                 ],
@@ -63,6 +63,6 @@  discard block
 block discarded – undo
63 63
     {
64 64
         $directory = dirname((new \ReflectionClass(self::class))->getFileName());
65 65
 
66
-        return $directory . '/../../Persistence/Doctrine/ORM';
66
+        return $directory.'/../../Persistence/Doctrine/ORM';
67 67
     }
68 68
 }
Please login to merge, or discard this patch.