From 4673a14b768c4f6b1b569bb4cced8e92221841d1 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Mon, 5 May 2014 10:04:38 +0200 Subject: [PATCH] Typo --- core/lib/Thelia/Coupon/Type/CouponAbstract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Coupon/Type/CouponAbstract.php b/core/lib/Thelia/Coupon/Type/CouponAbstract.php index c40bc9f88..5a2c5f03a 100644 --- a/core/lib/Thelia/Coupon/Type/CouponAbstract.php +++ b/core/lib/Thelia/Coupon/Type/CouponAbstract.php @@ -93,7 +93,7 @@ abstract class CouponAbstract implements CouponInterface * * @param FacadeInterface $facade Service facade */ - protected function __construct(FacadeInterface $facade) + public function __construct(FacadeInterface $facade) { $this->facade = $facade; $this->translator = $facade->getTranslator();