optimization install

This commit is contained in:
Tokumeikoi
2020-02-08 15:26:18 +08:00
parent 62f7d5b3e8
commit 984abba50d
3 changed files with 26 additions and 3 deletions

View File

@ -7,6 +7,7 @@ use Illuminate\Foundation\Http\FormRequest;
class ConfigSave extends FormRequest
{
CONST RULES = [
'save_mode' => 'in:0,1',
'invite_force' => 'in:0,1',
'invite_commission' => 'integer',
'invite_gen_limit' => 'integer',