mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 20:17:32 +08:00
fix: resolve known issues and improve code standards
- Fix known bugs in user, plan, and server modules - Standardize code formatting and structure - Optimize database queries and model relationships - Improve request validation and error handling - Update admin controllers for better consistency
This commit is contained in:
@@ -14,7 +14,8 @@ class Coupon extends Model
|
||||
'created_at' => 'timestamp',
|
||||
'updated_at' => 'timestamp',
|
||||
'limit_plan_ids' => 'array',
|
||||
'limit_period' => 'array'
|
||||
'limit_period' => 'array',
|
||||
'show' => 'boolean',
|
||||
];
|
||||
|
||||
public function getLimitPeriodAttribute($value)
|
||||
|
||||
Reference in New Issue
Block a user