From d20d3f1b77cafe4130976798680afd5c49a6ca8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 27 Feb 2022 17:36:34 +0800 Subject: [PATCH] modify plugin name --- Container.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Container.php b/Container.php index f5c9f7a..8475e1a 100644 --- a/Container.php +++ b/Container.php @@ -85,7 +85,6 @@ class Container implements ContainerInterface if ($this->isInterface($class)) { $class = $this->_interfaces[$class]; if (is_null($class)) { - var_dump($this->_interfaces); throw new Exception('Unknown class mapping ' . $class . '::class'); } }