Update StatusController

pull/613/head
Daniel Supernault 6 years ago
parent 71393514b2
commit a3ec4a7f4c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -115,7 +115,7 @@ class StatusController extends Controller
$order++;
}
$status->type = $this->mimeTypeCheck($mimes);
$status->type = (new self)::mimeTypeCheck($mimes);
$status->save();
NewStatusPipeline::dispatch($status);

Loading…
Cancel
Save