Skip to content

Commit 36ad970

Browse files
authored
Update KernelTest.php (#52282)
1 parent f505304 commit 36ad970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Foundation/Http/KernelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct(private &$called)
6262

6363
public function handle($request, $next)
6464
{
65-
return $next($response);
65+
return $next($request);
6666
}
6767

6868
public function terminate($request, $response)

0 commit comments

Comments
 (0)