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 {