vrfcReqModel 수정
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user