Passed
Push — master ( 8beb0d...fb80fc )
by Sid
04:00
created
src/Providers/CombinedConfigServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,9 +27,9 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.