@@ -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 | ), |
| 17 | 17 | 'abacaphiliac/zend-phpdotenv' => array( |
| 18 | 18 | 'files' => array( |
| 19 | - 'default' => getcwd() . '/.env', |
|
| 19 | + 'default' => getcwd().'/.env', |
|
| 20 | 20 | ), |
| 21 | 21 | ), |
| 22 | 22 | ); |