Completed
Pull Request — master (#9)
by Anton
02:20
created
src/Authentication/Services/Authenticator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.