This commit is contained in:
as2252258@163.com
2021-05-03 04:10:15 +08:00
parent 35862b27b7
commit 44752958fb
-4
View File
@@ -349,10 +349,6 @@ class Loader extends BaseObject
continue;
}
if (env('worker') == 0) {
var_dump($annotations['handler']);
}
$class = $this->newInstance($annotations['handler']);
/** @var \Annotation\Attribute $value */
foreach ($annotations['target'] ?? [] as $value) {