dbms_init...1
This commit is contained in:
parent
39c725441a
commit
886b68b8b8
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user