Passed
Push — master ( 48028e...807d02 )
by Iman
04:18
created
src/helpers/GetCurrentX.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     public static function getCurrentModule()
24 24
     {
25 25
         $modulepath = self::getModulePath();
26
-        return cache()->remember('crudbooster_modules_'.$modulepath, 2, function () use ($modulepath) {
26
+        return cache()->remember('crudbooster_modules_'.$modulepath, 2, function() use ($modulepath) {
27 27
             return DB::table('cms_moduls')->where('path', $modulepath)->first();
28 28
         });
29 29
     }
Please login to merge, or discard this patch.