@@ -20,9 +20,9 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | public function config($folder, $key = null) |
| 22 | 22 | { |
| 23 | - $config = include($folder . '/source/config.php' ); |
|
| 23 | + $config = include($folder . '/source/config.php'); |
|
| 24 | 24 | |
| 25 | - return is_null($key) ? $config : array_get($config,$key); |
|
| 25 | + return is_null($key) ? $config : array_get($config, $key); |
|
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | /** |