This commit is contained in:
2021-08-18 13:48:34 +08:00
parent be67fdf155
commit 6d4e21d006
3 changed files with 17 additions and 8 deletions
-4
View File
@@ -201,10 +201,6 @@ class Container extends BaseObject implements ContainerInterface
foreach ($this->getPropertyNote($reflect) as $property => $inject) {
/** @var Inject $inject */
$inject->execute($object, $property);
if ($object::class == Server::class){
var_dump($object, $property);
}
}
return $object;
}