@@ -46,7 +46,7 @@ |
||
46 | 46 | */ |
47 | 47 | public function getConfig() |
48 | 48 | { |
49 | - return require __DIR__ . '/../../config/module.config.php'; |
|
49 | + return require __DIR__.'/../../config/module.config.php'; |
|
50 | 50 | } |
51 | 51 | |
52 | 52 | /** |
@@ -16,7 +16,7 @@ |
||
16 | 16 | public function createService(ServiceLocatorInterface $serviceLocator) |
17 | 17 | { |
18 | 18 | return new RequireReadableFile(array( |
19 | - getcwd() . '/.env', |
|
19 | + getcwd().'/.env', |
|
20 | 20 | )); |
21 | 21 | } |
22 | 22 | } |
@@ -16,7 +16,7 @@ |
||
16 | 16 | public function createService(ServiceLocatorInterface $serviceLocator) |
17 | 17 | { |
18 | 18 | return new RequireReadableFile(array( |
19 | - getcwd() . '/.env', |
|
19 | + getcwd().'/.env', |
|
20 | 20 | )); |
21 | 21 | } |
22 | 22 | } |