mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 06:07:49 +08:00
format
This commit is contained in:
@ -42,10 +42,12 @@ class ConfigSave extends FormRequest
|
||||
'apple_id_password' => ''
|
||||
];
|
||||
|
||||
public static function filter() {
|
||||
// abort(500, json_encode(array_keys(self::RULES)));
|
||||
public static function filter()
|
||||
{
|
||||
// abort(500, json_encode(array_keys(self::RULES)));
|
||||
return array_keys(self::RULES);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the validation rules that apply to the request.
|
||||
*
|
||||
@ -55,7 +57,7 @@ class ConfigSave extends FormRequest
|
||||
{
|
||||
return self::RULES;
|
||||
}
|
||||
|
||||
|
||||
public function messages()
|
||||
{
|
||||
return [
|
||||
|
Reference in New Issue
Block a user