Passed
Push — master ( aeb70e...93ffcd )
by Iman
05:09
created
src/helpers/GetCurrentX.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public static function getCurrentModule()
25 25
     {
26 26
         $modulepath = self::getModulePath();
27
-        return cache()->remember('crudbooster_modules_'.$modulepath, 2, function () use ($modulepath) {
27
+        return cache()->remember('crudbooster_modules_'.$modulepath, 2, function() use ($modulepath) {
28 28
             return ModulesRepo::getByPath($modulepath);
29 29
         });
30 30
     }
Please login to merge, or discard this patch.