fix typo
This commit is contained in:
@@ -89,7 +89,7 @@ class BaseController extends ContainerAware
|
|||||||
*/
|
*/
|
||||||
public function getTranslator()
|
public function getTranslator()
|
||||||
{
|
{
|
||||||
return $this->getContainer()->get('thelia.translator');
|
return $this->container->get('thelia.translator');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user