fixed transaction request..

This commit is contained in:
Cüneyt Şentürk 2021-02-10 12:08:16 +03:00
parent 55ef9559eb
commit eaab52328b

View File

@ -41,7 +41,7 @@ class Transaction extends FormRequest
'contact_id' => 'nullable|integer',
'category_id' => 'required|integer',
'payment_method' => 'required|string',
'attachment' => $attachment,
'attachment.*' => $attachment,
];
}