mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Clean up code.
This commit is contained in:
@@ -50,11 +50,9 @@ class ConfigurationRequest extends LoggedInRequest
|
||||
public function rules(): array
|
||||
{
|
||||
// fixed
|
||||
$rules = [
|
||||
return [
|
||||
'single_user_mode' => 'between:0,1|numeric',
|
||||
'is_demo_site' => 'between:0,1|numeric',
|
||||
];
|
||||
|
||||
return $rules;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user