cfmgrv4 init...10
This commit is contained in:
parent
f25513e278
commit
dbb07c6fa0
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user