Completed
Push — master ( a0d489...a6481d )
by Fèvre
02:12
created
app/Http/Middleware/RedirectIfAuthenticated.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      * @param  string|null  $guard
15 15
      * @return mixed
16 16
      */
17
-    public function handle($request, Closure $next, $guard = null)
17
+    public function handle ($request, Closure $next, $guard = null)
18 18
     {
19 19
         if (Auth::guard($guard)->check()) {
20 20
             return redirect('/');
Please login to merge, or discard this patch.