diff --git a/app/Services/CollectorService.php b/app/Services/CollectorService.php index 04ec0a3..71e92ab 100644 --- a/app/Services/CollectorService.php +++ b/app/Services/CollectorService.php @@ -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) {