From 3f0ceeb4e5139f105aa7d2ea841403cbdffdaa5d Mon Sep 17 00:00:00 2001 From: "yaaa90520@gmail.com" Date: Mon, 26 Aug 2024 19:22:22 +0700 Subject: [PATCH] fix: TVLog > TvLog --- app/Models/NewTvRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)