From 49d0c33e9e35675c80469d1b4a963ba93a658e2d Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Wed, 12 Nov 2025 17:12:40 +0900 Subject: [PATCH] trafficmonitor init...1 --- app/Services/CollectorService.php | 5 ----- 1 file changed, 5 deletions(-) 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) {