cfmgrv3 init...3

This commit is contained in:
최준흠 2023-06-21 14:59:04 +09:00
parent 139c40e607
commit cfd934b265

View File

@ -75,13 +75,6 @@ class FirewallController extends APIController
$entity = $api->update($entity, $this->_viewDatas['fieldDatas']);
return parent::batchjob_process($entity);
}
//Sync관련
protected function sync_processs($entity)
{
$api = new Firewall($this->getZoneModel()->getEntity($entity->getParentFieldData()));
$entity = $api->sync($entity);
return parent::sync_process($entity);
}
//Index관련
private function index_setCondition_builder($builder)
{