fix: TVLog > TvLog

main
yaaa90520@gmail.com 1 year ago
parent cfea605fc1
commit 3f0ceeb4e5

@ -185,7 +185,7 @@ class NewTvRequest extends Model {
$tv->device_info = $newTvReq->device_info; $tv->device_info = $newTvReq->device_info;
$tv->installed_at = now(); $tv->installed_at = now();
$tv->save(); $tv->save();
TVLog::historyCreate($request->user(), $tv->id, $tv); TvLog::historyCreate($request->user(), $tv->id, $tv);
// TODO: waiting execution until update from ops // TODO: waiting execution until update from ops
// NEED TO REFACTOR (cause by add existing tv code) // NEED TO REFACTOR (cause by add existing tv code)

Loading…
Cancel
Save