mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03: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