help desk create view

This commit is contained in:
merdan 2020-05-04 18:14:35 +05:00
parent 051abc9842
commit 1abc793e41
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class HelpTicketRequest extends FormRequest
'email' => 'required|email',
'topic' => 'required',
'text' => 'required',
'attachment' => 'mimes:jpeg,png,jpg,gif|max:1024'
'attachment' => 'image|max:1024'
];
}