modify
This commit is contained in:
@@ -92,9 +92,7 @@ class Service extends Component
|
||||
} else {
|
||||
$this->_definition[$id] = $definition;
|
||||
}
|
||||
$this->_components[$id] = Snowflake::createObject($definition);
|
||||
var_dump($this->_components[$id]);
|
||||
return $this->_components[$id];
|
||||
return $this->get($id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user