modify plugin name
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user