@@ -27,9 +27,9 @@ |
||
27 | 27 | // Load database config |
28 | 28 | $databaseConfig = $this->app['cache']->rememberForever( |
29 | 29 | $this->app['config']->get('database-config.cache_key'), |
30 | - function () { |
|
30 | + function() { |
|
31 | 31 | return DatabaseConfig::all() |
32 | - ->mapWithKeys(function ($config) { |
|
32 | + ->mapWithKeys(function($config) { |
|
33 | 33 | return [$config->name => $config->value]; |
34 | 34 | }) |
35 | 35 | ->all(); |