Removes container from all Thelia actions, but Modules (#198)
This commit is contained in:
@@ -71,7 +71,7 @@ class BaseFacade implements FacadeInterface
|
||||
*/
|
||||
public function getCart()
|
||||
{
|
||||
return $this->getCartFromTrait($this->getRequest());
|
||||
return $this->getCartFromTrait($this->getDispatcher(), $this->getRequest());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user