cfmgrv4 init...10

This commit is contained in:
최준흠 2025-03-19 13:00:30 +09:00
parent f25513e278
commit dbb07c6fa0
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ class MapurlService extends CommonService
} }
final public function getClassPath(): string final public function getClassPath(): string
{ {
return parent::getClassPath() . $this->getClassName(); return $this->getClassName();
} }
public function getModel(): MapurlModel public function getModel(): MapurlModel
{ {

View File

@ -19,7 +19,7 @@ class UserSNSService extends CommonService
} }
final public function getClassPath(): string final public function getClassPath(): string
{ {
return parent::getClassPath() . $this->getClassName(); return $this->getClassName();
} }
public function getModel(): UserSNSModel public function getModel(): UserSNSModel
{ {