This commit is contained in:
as2252258@163.com
2021-02-23 02:42:15 +08:00
parent a3f4a11f5c
commit 4d483a66e6
+3 -1
View File
@@ -92,7 +92,9 @@ class Service extends Component
} else {
$this->_definition[$id] = $definition;
}
return $this->_components[$id] = Snowflake::createObject($definition);
$this->_components[$id] = Snowflake::createObject($definition);
var_dump($this->_components[$id]);
return $this->_components[$id];
}
/**