Completed
Push — master ( ab2185...c08f71 )
by Sherif
01:55
created
src/Modules/Reporting/Providers/ModuleServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
         $this->loadMigrationsFrom(module_path('reporting', 'Database/Migrations', 'app'));
20 20
         $this->loadFactoriesFrom(module_path('reporting', 'Database/Factories', 'app'));
21
-        if(!$this->app->configurationIsCached()) {
21
+        if ( ! $this->app->configurationIsCached()) {
22 22
             $this->loadConfigsFrom(module_path('reporting', 'Config', 'app'));
23 23
         }
24 24
     }
Please login to merge, or discard this patch.