vrfcReqModel 수정
This commit is contained in:
@@ -27,6 +27,7 @@ class NaverService
|
|||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
try {
|
||||||
$this->db = \Config\Database::connect();
|
$this->db = \Config\Database::connect();
|
||||||
|
|
||||||
$this->VrfcReqModel = new VrfcReqModel();
|
$this->VrfcReqModel = new VrfcReqModel();
|
||||||
@@ -39,6 +40,9 @@ class NaverService
|
|||||||
$this->statusService = new StatusService();
|
$this->statusService = new StatusService();
|
||||||
|
|
||||||
helper('log');
|
helper('log');
|
||||||
|
} catch (\Throwable $e) {
|
||||||
|
CLI::error("Service Init Error: " . $e->getMessage());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user