Test Setup Failed
Push — master ( 53b09b...3f1994 )
by Iman
03:18 queued 11s
created
src/TwoFactorAuthServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 
44 44
     public function boot()
45 45
     {
46
-        if (! $this->app->routesAreCached() && config('tokenized_login.use_default_routes')) {
46
+        if (!$this->app->routesAreCached() && config('tokenized_login.use_default_routes')) {
47 47
             $this->defineRoutes();
48 48
         }
49 49
 
Please login to merge, or discard this patch.