vrfcReqModel 수정
This commit is contained in:
@@ -27,17 +27,17 @@ class NaverService
|
|||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
try {
|
|
||||||
$this->db = \Config\Database::connect();
|
$this->db = \Config\Database::connect();
|
||||||
|
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->VrfcReqModel = new VrfcReqModel();
|
$this->statusService = new StatusService();
|
||||||
$this->articleModel = new V2ArticleInfoModel();
|
|
||||||
$this->V2stdailyModel = new V2stdailyModel();
|
|
||||||
$this->rawStagingModel = new NaverRawStagingModel();
|
|
||||||
$this->receiptModel = new ReceiptModel();
|
|
||||||
$this->resultModel = new ResultModel();
|
|
||||||
|
|
||||||
$this->statusService = new StatusService();
|
|
||||||
|
|
||||||
helper('log');
|
helper('log');
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user