[HttpKernel] removed getRequest as it's not part of the interface anymore

This commit is contained in:
Fabien Potencier 2011-01-23 11:23:30 +01:00
parent 8c0d46365d
commit e151580212

View File

@ -196,14 +196,6 @@ abstract class Kernel implements HttpKernelInterface, \Serializable
return $this->container->get('http_kernel')->handle($request, $type, $catch);
}
/**
* {@inheritdoc}
*/
public function getRequest()
{
return $this->container->get('http_kernel')->getRequest();
}
/**
* Gets the registered bundle instances.
*