Passed
Push — master ( 7c709a...4c3e82 )
by Sid
49s
created
src/Providers/CombinedConfigServiceProvider.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -29,10 +29,10 @@
 block discarded – undo
29 29
                 $this->app['config']->get('database-config.cache_key'),
30 30
                 function () {
31 31
                     return DatabaseConfig::all()
32
-                                         ->mapWithKeys(function ($config) {
33
-                                             return [$config->name => $config->value];
34
-                                         })
35
-                                         ->all();
32
+                                            ->mapWithKeys(function ($config) {
33
+                                                return [$config->name => $config->value];
34
+                                            })
35
+                                            ->all();
36 36
                 }
37 37
             );
38 38
 
Please login to merge, or discard this patch.