dbms_init...1

This commit is contained in:
choi.jh 2025-08-07 15:39:41 +09:00
parent 39c725441a
commit 886b68b8b8

View File

@ -57,8 +57,8 @@ class LineController extends PartController
//부모처리
parent::create_process($formDatas);
//Prefixed IP to array 자동 등록
// foreach ($this->getHelper()->cidrToIpRange($formDatas['bandwith']) as $ip) {
// $this->getIpService()->createByLineInfo($this->entity, $ip);
// }
foreach ($this->getHelper()->cidrToIpRange($formDatas['bandwith']) as $ip) {
$this->getIpService()->createByLineInfo($this->entity, $ip);
}
}
}