From 3611b878177922970ce7c51973c980afb860326c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 3 Aug 2023 14:06:58 +0800 Subject: [PATCH] qqq --- Container.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Container.php b/Container.php index 2ed229c..a98b69e 100644 --- a/Container.php +++ b/Container.php @@ -116,7 +116,6 @@ class Container implements ContainerInterface } $attributes = $method->getAttributes(); foreach ($attributes as $attribute) { - var_dump($attribute->getName()); $attribute->newInstance()->dispatch($object, $method->getName()); } }