Skip to content

Commit cb09581

Browse files
author
ppaulis
committed
Merge branch 'release/1.4.3'
2 parents 6829d4a + ab6cc9e commit cb09581

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)