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()); } }