aboutsummaryrefslogtreecommitdiff
path: root/app/Http/Middleware/RedirectIfAuthenticated.php
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-07-29 18:03:13 +0100
committerFrankie B <frankieraybrown@gmail.com>2023-07-29 18:10:50 +0100
commit8e36d3dcbaf72d4de2b73ed004eb1dfd4c1d6ef2 (patch)
treeab7483cda3af501fc0dfec175dda4983a7b99aad /app/Http/Middleware/RedirectIfAuthenticated.php
parent4f50fa52c34eaf6e3a8148a5ccc4d1c9819425f3 (diff)
Merge fixes into v5.5 branch (#12)
--------- Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
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().
}