trafficmonitor init...1
This commit is contained in:
parent
c219b78b45
commit
49d0c33e9e
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user