mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-16 09:44:06 +00:00
Refactor install wizard and mail configuration
This commit is contained in:
@@ -34,6 +34,10 @@ class DatabaseEnvironmentRequest extends FormRequest
|
||||
'required',
|
||||
'string',
|
||||
],
|
||||
'database_overwrite' => [
|
||||
'nullable',
|
||||
'boolean',
|
||||
],
|
||||
];
|
||||
|
||||
break;
|
||||
@@ -63,6 +67,10 @@ class DatabaseEnvironmentRequest extends FormRequest
|
||||
'required',
|
||||
'string',
|
||||
],
|
||||
'database_overwrite' => [
|
||||
'nullable',
|
||||
'boolean',
|
||||
],
|
||||
];
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user