|
@@ -384,7 +384,6 @@ class CouponController extends Curd
|
|
|
|
|
|
public function updateDetailTimeForDate($couponId, $endDate)
|
|
|
{
|
|
|
- dump($endDate);
|
|
|
$details = CouponDetail::where('join_detail_coupon_id', $couponId)
|
|
|
->where('coupon_detail_status', '<>', 'USED')
|
|
|
->where('coupon_detail_deadline_datetime', '<>', '')
|