diff --git a/phpfastcgi/fastcgi-daemon/0.11/src/FastCGIKernel.php b/phpfastcgi/fastcgi-daemon/0.11/src/FastCGIKernel.php index 3aaab769..b26cf46c 100644 --- a/phpfastcgi/fastcgi-daemon/0.11/src/FastCGIKernel.php +++ b/phpfastcgi/fastcgi-daemon/0.11/src/FastCGIKernel.php @@ -18,7 +18,7 @@ class FastCGIKernel implements PHPFastCGIKernel public function handleRequest(RequestInterface $request) { - $this->kernel->boot(); // Or ->reboot() + $this->kernel->boot(); $symfonyRequest = $request->getHttpFoundationRequest(); $symfonyResponse = $this->kernel->handle($symfonyRequest);