@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | $this->config_path = $config_path; |
40 | 40 | $this->php_ext = $php_ext; |
41 | 41 | |
42 | - $this->config_template = __DIR__ . '/default.config'; |
|
42 | + $this->config_template = __DIR__.'/default.config'; |
|
43 | 43 | } |
44 | 44 | |
45 | 45 | /** |
@@ -117,7 +117,7 @@ discard block |
||
117 | 117 | */ |
118 | 118 | protected function get_config_file() |
119 | 119 | { |
120 | - $config_file = $this->config_path . 'config.' . $this->php_ext; |
|
120 | + $config_file = $this->config_path.'config.'.$this->php_ext; |
|
121 | 121 | |
122 | 122 | if (!$this->filesystem->exists($config_file)) |
123 | 123 | { |