trafficmonitor init...1

This commit is contained in:
choi.jh 2025-11-12 17:12:40 +09:00
parent c219b78b45
commit 49d0c33e9e

View File

@ -50,11 +50,6 @@ class CollectorService extends CommonService
return $this->helperInstance;
}
//기본 기능부분
protected function create_process(array $formDatas): CollectorEntity
{
//CollectorEntity를 생성하면 Setter가 자동 호출됩니다.
return new CollectorEntity($formDatas);
}
public function create(object $dto): CollectorEntity
{
if (!$dto instanceof CollectorDTO) {