modify plugin name

This commit is contained in:
2022-02-27 17:22:23 +08:00
parent d3d884b050
commit 2ebf134a83
+1
View File
@@ -85,6 +85,7 @@ 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');
}
}