Refactor for bank transactions
This commit is contained in:
parent
5b9253124e
commit
7ae5413b5a
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ class UpdateBankTransactionRequest extends Request
|
|||
/* Ensure we have a client name, and that all emails are unique*/
|
||||
$rules = [
|
||||
'date' => 'bail|required|date',
|
||||
'description', 'bail|required|string'
|
||||
'description' => 'bail|required|string',
|
||||
'amount' => 'string|sometimes',
|
||||
];
|
||||
|
||||
if (isset($this->currency_id))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue