改名
This commit is contained in:
@@ -222,8 +222,8 @@ class Loader extends BaseObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
$annotations = $this->_classes[$className];
|
$annotations = $this->_classes[$className];
|
||||||
if (isset($_array['target']) && !empty($_array['target'])) {
|
if (isset($annotations['target']) && !empty($annotations['target'])) {
|
||||||
foreach ($_array['target'] as $value) {
|
foreach ($annotations['target'] as $value) {
|
||||||
$value->execute([$annotations['handler']]);
|
$value->execute([$annotations['handler']]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user