From 87dd69d703d6b93a7d948e47a77b593b50bb9741 Mon Sep 17 00:00:00 2001 From: jjstyle Date: Fri, 23 Jan 2026 19:19:58 +0900 Subject: [PATCH] =?UTF-8?q?vrfcReqModel=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/NaverService.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/Services/NaverService.php b/app/Services/NaverService.php index f6657d4..725282b 100644 --- a/app/Services/NaverService.php +++ b/app/Services/NaverService.php @@ -27,17 +27,17 @@ class NaverService public function __construct() { - try { $this->db = \Config\Database::connect(); - - $this->VrfcReqModel = new VrfcReqModel(); - $this->articleModel = new V2ArticleInfoModel(); - $this->V2stdailyModel = new V2stdailyModel(); - $this->rawStagingModel = new NaverRawStagingModel(); - $this->receiptModel = new ReceiptModel(); - $this->resultModel = new ResultModel(); + try { + $this->naverClient = new NaverApiClient(); + $this->VrfcReqModel = new VrfcReqModel(); + $this->articleModel = new V2ArticleInfoModel(); + $this->V2stdailyModel = new V2stdailyModel(); + $this->rawStagingModel = new NaverRawStagingModel(); + $this->receiptModel = new ReceiptModel(); + $this->resultModel = new ResultModel(); - $this->statusService = new StatusService(); + $this->statusService = new StatusService(); helper('log'); } catch (\Throwable $e) {