We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d3ba7 commit 6ed59ceCopy full SHA for 6ed59ce
Integration/LegacyApplication.php
@@ -28,7 +28,7 @@ public function setLegacyKernel(HttpKernelInterface $kernel)
28
29
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
30
{
31
- if ($this->response !== null) {
+ if ($this->response === null) {
32
// Dispatch legacy application only once.
33
$this->response = $this->legacyKernel->handle($request, $type, $catch);
34
}
0 commit comments