From dbb07c6fa09f96d89ffe5e2ee69c64adcdd940e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Wed, 19 Mar 2025 13:00:30 +0900 Subject: [PATCH] cfmgrv4 init...10 --- app/Services/MapurlService.php | 2 +- app/Services/UserSNSService.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/MapurlService.php b/app/Services/MapurlService.php index ec83c9e..1e04fd3 100644 --- a/app/Services/MapurlService.php +++ b/app/Services/MapurlService.php @@ -20,7 +20,7 @@ class MapurlService extends CommonService } final public function getClassPath(): string { - return parent::getClassPath() . $this->getClassName(); + return $this->getClassName(); } public function getModel(): MapurlModel { diff --git a/app/Services/UserSNSService.php b/app/Services/UserSNSService.php index b2f250b..d95b2e2 100644 --- a/app/Services/UserSNSService.php +++ b/app/Services/UserSNSService.php @@ -19,7 +19,7 @@ class UserSNSService extends CommonService } final public function getClassPath(): string { - return parent::getClassPath() . $this->getClassName(); + return $this->getClassName(); } public function getModel(): UserSNSModel {