Fix Coupon/Condition refactor

This commit is contained in:
gmorel
2013-11-19 13:15:23 +01:00
parent 1b108b7953
commit 968bddbcf9
9 changed files with 251 additions and 39 deletions

View File

@@ -64,7 +64,7 @@ class CouponManager
public function __construct(ContainerInterface $container)
{
$this->container = $container;
$this->adapter = $container->get('thelia.adapter');
$this->adapter = $container->get('thelia.facade');
$this->coupons = $this->adapter->getCurrentCoupons();
}