modify
This commit is contained in:
@@ -349,7 +349,10 @@ class Loader extends BaseObject
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
var_export($annotations['handler']);
|
if (env('worker') == 0) {
|
||||||
|
var_dump($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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user