mirror of
https://github.com/v2board/v2board.git
synced 2025-09-12 01:03:22 +08:00
update: opt code
This commit is contained in:
@ -11,6 +11,7 @@ class Coupon extends Model
|
||||
protected $guarded = ['id'];
|
||||
protected $casts = [
|
||||
'created_at' => 'timestamp',
|
||||
'updated_at' => 'timestamp'
|
||||
'updated_at' => 'timestamp',
|
||||
'limit_plan_ids' => 'array'
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user