改名
This commit is contained in:
@@ -36,9 +36,7 @@ class Service extends Component
|
|||||||
* @param $id
|
* @param $id
|
||||||
* @param bool $try
|
* @param bool $try
|
||||||
* @return mixed
|
* @return mixed
|
||||||
* @throws ComponentException
|
* @throws Exception
|
||||||
* @throws NotFindClassException
|
|
||||||
* @throws ReflectionException
|
|
||||||
*/
|
*/
|
||||||
public function get($id, $try = true): mixed
|
public function get($id, $try = true): mixed
|
||||||
{
|
{
|
||||||
@@ -79,9 +77,7 @@ class Service extends Component
|
|||||||
* @param $definition
|
* @param $definition
|
||||||
*
|
*
|
||||||
* @return mixed
|
* @return mixed
|
||||||
* @throws ComponentException
|
* @throws Exception
|
||||||
* @throws ReflectionException
|
|
||||||
* @throws NotFindClassException
|
|
||||||
*/
|
*/
|
||||||
public function set($id, $definition): mixed
|
public function set($id, $definition): mixed
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user