This commit is contained in:
2021-03-23 10:35:48 +08:00
parent 6a0aa9f4d5
commit 27be3f4ca9
+1 -1
View File
@@ -128,7 +128,7 @@ class Container extends BaseObject
$dependencies[$index] = $param;
}
var_dump($reflect->getName());
var_dump($reflect);
if (!$reflect->isInstantiable()) {
throw new NotFindClassException($reflect->getName());
}