help desk create view

This commit is contained in:
merdan 2020-05-04 17:39:32 +05:00
parent 5aa99e1263
commit e241ecd8e4
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' => 'image|mimes:jpeg,png,jpg,gif|max:1024'
'attachment' => 'mimes:jpeg,png,jpg,gif|max:1024'
];
}