@@ -33,7 +33,7 @@ |
||
33 | 33 | */ |
34 | 34 | public static function check(Request $request): bool |
35 | 35 | { |
36 | - return (static::$using ?: function () { |
|
36 | + return (static::$using ?: function() { |
|
37 | 37 | return app()->environment('local'); |
38 | 38 | })($request); |
39 | 39 | } |