mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update: add coupon limit period
This commit is contained in:
		| @@ -12,6 +12,7 @@ class Coupon extends Model | ||||
|     protected $casts = [ | ||||
|         'created_at' => 'timestamp', | ||||
|         'updated_at' => 'timestamp', | ||||
|         'limit_plan_ids' => 'array' | ||||
|         'limit_plan_ids' => 'array', | ||||
|         'limit_period' => 'array' | ||||
|     ]; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user