From 7c48d1134f0f68c77794f87ffc2eb73a307355c5 Mon Sep 17 00:00:00 2001 From: jjstyle Date: Fri, 23 Jan 2026 18:29:30 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Services/NaverService.php b/app/Services/NaverService.php index 09e8355..693667c 100644 --- a/app/Services/NaverService.php +++ b/app/Services/NaverService.php @@ -27,6 +27,7 @@ class NaverService public function __construct() { + try { $this->db = \Config\Database::connect(); $this->VrfcReqModel = new VrfcReqModel(); @@ -39,6 +40,9 @@ class NaverService $this->statusService = new StatusService(); helper('log'); + } catch (\Throwable $e) { + CLI::error("Service Init Error: " . $e->getMessage()); + } } /**