cfmgr init...3

This commit is contained in:
최준흠 2023-06-20 19:29:23 +09:00
parent b429ff2821
commit 2e8d669e1a
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ class FirewallController extends APIController
return parent::batchjob_process($entity);
}
//Sync관련
protected function sync_process($entity)
protected function sync_processs($entity)
{
$api = new Firewall($this->getZoneModel()->getEntity($entity->getParentFieldData()));
$entity = $api->sync($entity);

View File

@ -138,7 +138,7 @@ class RecordController extends APIController
return parent::sync_process($entity);
}
//Index관련
protected function index_getRows(int $page = 0, int $per_page = 0): array
protected function index_getRowss(int $page = 0, int $per_page = 0): array
{
//모델 조건절 처리작업
$this->index_setCondition();