Working : Base controller now get type inference of Thelia2 Session component

This commit is contained in:
gmorel
2013-09-12 17:27:31 +02:00
parent 93766c56e9
commit 972cdcd7fb

View File

@@ -127,7 +127,7 @@ class BaseController extends ContainerAware
/**
* Returns the session from the current request
*
* @return \Symfony\Component\HttpFoundation\Session\SessionInterface
* @return \Thelia\Core\HttpFoundation\Session\Session
*/
protected function getSession()
{