Commit 6825a765 by 周业恒

add file

parent e2338dfa
Pipeline #21397 passed with stages
in 48 seconds
......@@ -1177,7 +1177,9 @@ class MediaModel extends Eloquent
$data["media_audio"] = "audio";
$media_id= $FileName;
MediaModel::where("_id", $media_id)->update($data);
clearCdnCache($request,$media_id);
} catch (\Exception $exception) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment