modify
This commit is contained in:
@@ -92,7 +92,9 @@ class Service extends Component
|
|||||||
} else {
|
} else {
|
||||||
$this->_definition[$id] = $definition;
|
$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];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user