@@ -21,8 +21,8 @@ |
||
| 21 | 21 | ], |
| 22 | 22 | ]; |
| 23 | 23 | |
| 24 | -if (is_file(__DIR__ . '/config.local.php')) { |
|
| 25 | - include(__DIR__ . '/config.local.php'); |
|
| 24 | +if (is_file(__DIR__.'/config.local.php')) { |
|
| 25 | + include(__DIR__.'/config.local.php'); |
|
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | return $config; |
| 29 | 29 | \ No newline at end of file |