vrfcReqModel 수정
This commit is contained in:
@@ -27,9 +27,9 @@ class NaverService
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
try {
|
||||
$this->db = \Config\Database::connect();
|
||||
|
||||
try {
|
||||
$this->naverClient = new NaverApiClient();
|
||||
$this->VrfcReqModel = new VrfcReqModel();
|
||||
$this->articleModel = new V2ArticleInfoModel();
|
||||
$this->V2stdailyModel = new V2stdailyModel();
|
||||
|
||||
Reference in New Issue
Block a user