Change AdminLog logging request behavior, fixing issue #145

This commit is contained in:
Manuel Raynaud
2013-12-14 14:16:45 +01:00
parent aa66067f0e
commit f4c5f23d00
4 changed files with 22 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ abstract class BaseController extends ContainerAware
}
/**
* @return \Symfony\Component\HttpFoundation\Request
* @return \Thelia\Core\HttpFoundation\Request
*/
protected function getRequest()
{