aboutsummaryrefslogtreecommitdiff
path: root/app/Http/Middleware/RedirectIfAuthenticated.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http/Middleware/RedirectIfAuthenticated.php')
-rw-r--r--app/Http/Middleware/RedirectIfAuthenticated.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php
index afc78c4..fdc707b 100644
--- a/app/Http/Middleware/RedirectIfAuthenticated.php
+++ b/app/Http/Middleware/RedirectIfAuthenticated.php
@@ -26,5 +26,5 @@ class RedirectIfAuthenticated
}
return $next($request);
- }
+ } // End handle().
}