This commit is contained in:
Manuel Raynaud
2013-09-06 16:16:48 +02:00
parent ab134f872c
commit 1c307385ce

View File

@@ -89,7 +89,7 @@ class BaseController extends ContainerAware
*/
public function getTranslator()
{
return $this->getContainer()->get('thelia.translator');
return $this->container->get('thelia.translator');
}
/**