Fixed #37
This commit is contained in:
parent
8ce456ec7b
commit
4e09e8b671
|
@ -22,7 +22,7 @@ class StoreSettingsRequest extends FormRequest
|
||||||
'company_address' => 'required|string|max:500',
|
'company_address' => 'required|string|max:500',
|
||||||
'default_currency_id' => 'required|numeric',
|
'default_currency_id' => 'required|numeric',
|
||||||
'default_currency_position' => 'required|string|max:255',
|
'default_currency_position' => 'required|string|max:255',
|
||||||
'footer_text' => 'required|string|max:255'
|
'footer_text' => 'nullable|string|max:255'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue