Update ImportPostController, fix typo

pull/4468/head
Daniel Supernault 2 years ago
parent c394fb76c6
commit ba58aaba36
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -160,7 +160,7 @@ class ImportPostController extends Controller
$this->checkPermissions($request);
$mimes = config('import.allow_video_posts') ? 'mimetypes:image/png,image/jpeg,video/mp4' : 'mimetypes:image/png,image/jpeg';
$mimes = config('import.instagram.allow_video_posts') ? 'mimetypes:image/png,image/jpeg,video/mp4' : 'mimetypes:image/png,image/jpeg';
$this->validate($request, [
'file' => 'required|array|max:10',

Loading…
Cancel
Save