opt config && add renew reset traffic

This commit is contained in:
Tokumeikoi
2020-03-02 00:27:06 +08:00
parent 0f72e9a091
commit ca2a744b10
3 changed files with 7 additions and 14 deletions

View File

@ -58,11 +58,6 @@ class ConfigSave extends FormRequest
'apple_id_password' => ''
];
public static function filter()
{
return array_keys(self::RULES);
}
/**
* Get the validation rules that apply to the request.
*