Browse Source

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

Fabien Potencier 14 years ago
parent
commit
e151580212
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/Symfony/Component/HttpKernel/Kernel.php

+ 0 - 8
src/Symfony/Component/HttpKernel/Kernel.php

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