@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | return [ |
50 | 50 | 'Zend\Loader\StandardAutoloader' => [ |
51 | 51 | 'namespaces' => [ |
52 | - __NAMESPACE__ => __DIR__ . '/src/', |
|
52 | + __NAMESPACE__ => __DIR__.'/src/', |
|
53 | 53 | ], |
54 | 54 | ], |
55 | 55 | ]; |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function getConfig() |
65 | 65 | { |
66 | - return include __DIR__ . '/config/module.config.php'; |
|
66 | + return include __DIR__.'/config/module.config.php'; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | \ No newline at end of file |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | return [ |
50 | 50 | 'Zend\Loader\StandardAutoloader' => [ |
51 | 51 | 'namespaces' => [ |
52 | - __NAMESPACE__ => __DIR__ . '/src/', |
|
52 | + __NAMESPACE__ => __DIR__.'/src/', |
|
53 | 53 | ], |
54 | 54 | ], |
55 | 55 | ]; |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function getConfig() |
65 | 65 | { |
66 | - return include __DIR__ . '/config/module.config.php'; |
|
66 | + return include __DIR__.'/config/module.config.php'; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | \ No newline at end of file |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | return [ |
50 | 50 | 'Zend\Loader\StandardAutoloader' => [ |
51 | 51 | 'namespaces' => [ |
52 | - __NAMESPACE__ => __DIR__ . '/src/', |
|
52 | + __NAMESPACE__ => __DIR__.'/src/', |
|
53 | 53 | ], |
54 | 54 | ], |
55 | 55 | ]; |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function getConfig() |
65 | 65 | { |
66 | - return include __DIR__ . '/config/module.config.php'; |
|
66 | + return include __DIR__.'/config/module.config.php'; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | \ No newline at end of file |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | return [ |
50 | 50 | 'Zend\Loader\StandardAutoloader' => [ |
51 | 51 | 'namespaces' => [ |
52 | - __NAMESPACE__ => __DIR__ . '/src/', |
|
52 | + __NAMESPACE__ => __DIR__.'/src/', |
|
53 | 53 | ], |
54 | 54 | ], |
55 | 55 | ]; |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function getConfig() |
65 | 65 | { |
66 | - return include __DIR__ . '/config/module.config.php'; |
|
66 | + return include __DIR__.'/config/module.config.php'; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | \ No newline at end of file |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | return [ |
50 | 50 | 'Zend\Loader\StandardAutoloader' => [ |
51 | 51 | 'namespaces' => [ |
52 | - __NAMESPACE__ => __DIR__ . '/src/', |
|
52 | + __NAMESPACE__ => __DIR__.'/src/', |
|
53 | 53 | ], |
54 | 54 | ], |
55 | 55 | ]; |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function getConfig() |
65 | 65 | { |
66 | - return include __DIR__ . '/config/module.config.php'; |
|
66 | + return include __DIR__.'/config/module.config.php'; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | \ No newline at end of file |