@@ -18,7 +18,7 @@ |
||
18 | 18 | // cache()->forget('check'); |
19 | 19 | |
20 | 20 | if (!Cache::has('check')) { |
21 | - Cache::remember('check', $time, function () use ($error) { |
|
21 | + Cache::remember('check', $time, function() use ($error) { |
|
22 | 22 | try { |
23 | 23 | DB::connection()->table(DB::raw('settings'))->first([DB::raw(1)]); |
24 | 24 | if (!DB::connection()->table(DB::raw('settings'))->count()) { |