Removed comment about reboot

This commit is contained in:
Tobias Nyholm
2018-08-22 12:51:33 +02:00
committed by GitHub
parent afe7b67df9
commit b50a47d874

View File

@@ -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);