mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Removed comment about reboot
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user