fixed transaction request..
This commit is contained in:
parent
55ef9559eb
commit
eaab52328b
@ -41,7 +41,7 @@ class Transaction extends FormRequest
|
|||||||
'contact_id' => 'nullable|integer',
|
'contact_id' => 'nullable|integer',
|
||||||
'category_id' => 'required|integer',
|
'category_id' => 'required|integer',
|
||||||
'payment_method' => 'required|string',
|
'payment_method' => 'required|string',
|
||||||
'attachment' => $attachment,
|
'attachment.*' => $attachment,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user