mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
v6 update
This commit is contained in:
@@ -24,10 +24,7 @@ class SettingRequest extends FormRequest
|
||||
public function rules()
|
||||
{
|
||||
return [
|
||||
'key' => [
|
||||
'required',
|
||||
],
|
||||
'value' => [
|
||||
'settings' => [
|
||||
'required',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user