mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -25,15 +25,15 @@ class BulkExchangeRateRequest extends FormRequest
|
||||
{
|
||||
return [
|
||||
'currencies' => [
|
||||
'required'
|
||||
'required',
|
||||
],
|
||||
'currencies.*.id' => [
|
||||
'required',
|
||||
'numeric'
|
||||
'numeric',
|
||||
],
|
||||
'currencies.*.exchange_rate' => [
|
||||
'required'
|
||||
]
|
||||
'required',
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user