@@ -24,7 +24,7 @@ |
||
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 | } |