feat: Global/GetConst API의 Store파트
This commit is contained in:
@@ -184,7 +184,7 @@ class GetConst extends \sammo\BaseAPI
|
||||
}
|
||||
|
||||
if (is_string($target)) {
|
||||
return $this->extractObjClassInfo($target, $callerFunction);
|
||||
return [$target => $this->extractObjClassInfo($target, $callerFunction)];
|
||||
}
|
||||
|
||||
if (!is_array($target)) {
|
||||
|
||||
Reference in New Issue
Block a user