|
|
@ -17,7 +17,8 @@ class Coupon extends Model |
|
|
]; |
|
|
]; |
|
|
|
|
|
|
|
|
protected $casts = [ |
|
|
protected $casts = [ |
|
|
'activity_available' => 'array' |
|
|
|
|
|
|
|
|
'activity_available' => 'array', |
|
|
|
|
|
'tags' => 'array' |
|
|
]; |
|
|
]; |
|
|
|
|
|
|
|
|
public function getFullAmountTextAttribute() |
|
|
public function getFullAmountTextAttribute() |
|
|
|