Example #1
0
 public function update(Coupon &$coupon)
 {
     $this->throwValidationErrors($coupon);
     $this->couponRepository->update($coupon);
 }