We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f505304 commit 36ad970Copy full SHA for 36ad970
tests/Foundation/Http/KernelTest.php
@@ -62,7 +62,7 @@ public function __construct(private &$called)
62
63
public function handle($request, $next)
64
{
65
- return $next($response);
+ return $next($request);
66
}
67
68
public function terminate($request, $response)
0 commit comments