This commit is contained in:
as2252258@163.com
2021-05-03 04:04:12 +08:00
parent 96515cea00
commit 830dfc9bfd
+1
View File
@@ -349,6 +349,7 @@ class Loader extends BaseObject
continue; continue;
} }
var_export($annotations['handler']);
$class = $this->newInstance($annotations['handler']); $class = $this->newInstance($annotations['handler']);
/** @var \Annotation\Attribute $value */ /** @var \Annotation\Attribute $value */
foreach ($annotations['target'] ?? [] as $value) { foreach ($annotations['target'] ?? [] as $value) {