改名
This commit is contained in:
@@ -117,7 +117,7 @@ class Loader extends BaseObject
|
|||||||
if (!isset(static::$_methods[$class])) {
|
if (!isset(static::$_methods[$class])) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
$properties = static::$_methods[$class]['methods'];
|
$properties = static::$_methods[$class];
|
||||||
if (!empty($method) && isset($properties[$method])) {
|
if (!empty($method) && isset($properties[$method])) {
|
||||||
return $properties[$method];
|
return $properties[$method];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user