Skip to content

Commit ab6cc9e

Browse files
author
ppaulis
committed
bugfix in coupons
1 parent 4f283b1 commit ab6cc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/Subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ public function getCoupon()
457457
* @param Coupon $coupon
458458
* @return Subscription
459459
*/
460-
public function setCoupon(Coupon $coupon = null)
460+
public function setCoupon($coupon = null)
461461
{
462462
$this->coupon = $coupon;
463463
return $this;

0 commit comments

Comments
 (0)