Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Expense attachment validation fix (#855)
  • Loading branch information
theWorstComrade committed Mar 22, 2022
1 parent 8084752 commit 88035ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Requests/UploadExpenseReceiptRequest.php
Expand Up @@ -25,7 +25,7 @@ public function authorize()
public function rules()
{
return [
'upload_receipt' => [
'attachment_receipt' => [
'nullable',
new Base64Mime(['gif', 'jpg', 'png'])
]
Expand Down

0 comments on commit 88035ea

Please sign in to comment.