You've already forked lubo_comment_query
样式及详情等
This commit is contained in:
@ -37,9 +37,10 @@ class ProgramVideoConstructController extends BaseController
|
||||
$full_path = Storage::url($path);
|
||||
$program_video->stop_image = str_replace("jerryyan.top", "jerryyan.net", $full_path);
|
||||
}
|
||||
$program_video->created_at = $request->post("created_at");
|
||||
$program_video->update($updatePayload);
|
||||
return view("program.construct.video.create", [
|
||||
"program_video" => $program_video
|
||||
]);
|
||||
return redirect(route("program.construct.video.list", [
|
||||
"program"=>$program_video->program_id
|
||||
]));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user