Skip to content

Commit 1873349

Browse files
countless-integersTavoNiievez
authored andcommitted
fix: use the request object resolved from the app container as parameter to kernel's terminate method call (#52)
(cherry picked from commit b2e273d)
1 parent 2ffa0a9 commit 1873349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Lib/Connector/Laravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ protected function doRequest($request): Response
111111

112112
$request = Request::createFromBase($request);
113113
$response = $this->kernel->handle($request);
114-
$this->getHttpKernel()->terminate($request, $response);
114+
$this->getHttpKernel()->terminate($this->app['request'], $response);
115115

116116
return $response;
117117
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy