Explorar el Código

[FrameworkBundle] removed Controller::getUser() as it is now accessible via Request::getSession()

Fabien Potencier hace 15 años
padre
commit
5fa4b0bdf0
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      src/Symfony/Bundle/FrameworkBundle/Controller.php

+ 0 - 5
src/Symfony/Bundle/FrameworkBundle/Controller.php

@@ -47,11 +47,6 @@ class Controller
         return $this->request = $request;
     }
 
-    public function getUser()
-    {
-        return $this->container->getUserService();
-    }
-
     public function getMailer()
     {
         return $this->container->getMailerService();