|
@@ -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.
|
|
|
*
|