Commit 2b4db1e3 by Li Feifei

Update MediaModel.php

parent b6aa890d
Pipeline #20881 passed with stages
in 51 seconds
......@@ -164,7 +164,7 @@ class MediaModel extends Eloquent
*/
public static function hookRestoreMedia($request, $category = "media")
{
LogModel::addlog(["媒资信息" => $request]);
LogModel::addlog(["媒资信息" => $request->all()]);
try {
......
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