update: commission type and opt knowledge sort timestamp

This commit is contained in:
tokumeikoi
2021-07-14 20:08:30 +09:00
parent 88948eb8ee
commit 77aec7d553
7 changed files with 32 additions and 10 deletions

View File

@ -27,6 +27,7 @@ class UserUpdate extends FormRequest
'u' => 'integer',
'd' => 'integer',
'balance' => 'integer',
'commission_type' => 'integer',
'commission_balance' => 'integer',
'remarks' => 'nullable'
];