diff --git a/app/Models/NewTvRequest.php b/app/Models/NewTvRequest.php index 775338a..e9f396d 100644 --- a/app/Models/NewTvRequest.php +++ b/app/Models/NewTvRequest.php @@ -185,7 +185,7 @@ class NewTvRequest extends Model { $tv->device_info = $newTvReq->device_info; $tv->installed_at = now(); $tv->save(); - TVLog::historyCreate($request->user(), $tv->id, $tv); + TvLog::historyCreate($request->user(), $tv->id, $tv); // TODO: waiting execution until update from ops // NEED TO REFACTOR (cause by add existing tv code)