From 44752958fbda5e8cc59d1387a7a986a8dec77a92 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 3 May 2021 04:10:15 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index dc238a76..a7e42c8c 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -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) {