fix: correct know file issues
Some checks are pending
Docker Build and Publish / build (push) Waiting to run

This commit is contained in:
xboard 2025-01-13 10:39:15 +08:00
parent e41c47beeb
commit 3bd4cf05dd
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ class PlanController extends Controller
'id' => 'nullable|integer',
'name' => 'required|string',
'content' => 'nullable|string',
'period_reset_method' => 'integer|required_if:type,0',
'reset_traffic_method' => 'integer|nullable',
'transfer_enable' => 'integer|required',
'prices' => 'array|nullable',
'group_id' => 'integer|nullable',

File diff suppressed because one or more lines are too long