改名
This commit is contained in:
@@ -128,6 +128,9 @@ class Container extends BaseObject
|
||||
private function resolve($class, $constrict, $config): object
|
||||
{
|
||||
[$reflect, $dependencies] = $this->resolveDependencies($class);
|
||||
if (empty($reflect)) {
|
||||
throw new \Exception('asdjakkjgsg');
|
||||
}
|
||||
foreach ($constrict as $index => $param) {
|
||||
$dependencies[$index] = $param;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user