Skip to content

Commit 09ab788

Browse files
committed
Epic bug fix
1 parent 1a4abde commit 09ab788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Middleware/PreventRedirect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function handle(Request $request, Closure $next)
3030
}
3131
}
3232

33-
return $next($request);
33+
return $response;
3434
}
3535

3636
}

0 commit comments

Comments
 (0)