改名
This commit is contained in:
@@ -428,15 +428,6 @@ abstract class BaseApplication extends Component
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @return \Rpc\Producer
|
|
||||||
* @throws Exception
|
|
||||||
*/
|
|
||||||
public function getRpc(): Producer
|
|
||||||
{
|
|
||||||
return $this->get('rpc');
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $array
|
* @param $array
|
||||||
@@ -463,9 +454,9 @@ abstract class BaseApplication extends Component
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $id
|
* @param $id
|
||||||
* @param $definition
|
* @return bool
|
||||||
* @throws ReflectionException
|
|
||||||
* @throws NotFindClassException
|
* @throws NotFindClassException
|
||||||
|
* @throws ReflectionException
|
||||||
*/
|
*/
|
||||||
public function has($id): bool
|
public function has($id): bool
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ use Kiri\Exception\ConfigException;
|
|||||||
use Kiri\Exception\NotFindClassException;
|
use Kiri\Exception\NotFindClassException;
|
||||||
use Kiri\Process\Biomonitoring;
|
use Kiri\Process\Biomonitoring;
|
||||||
use ReflectionException;
|
use ReflectionException;
|
||||||
use Rpc\Service;
|
|
||||||
use Server\Constant;
|
use Server\Constant;
|
||||||
use Server\Events\OnShutdown;
|
use Server\Events\OnShutdown;
|
||||||
use Server\ServerManager;
|
use Server\ServerManager;
|
||||||
|
|||||||
Reference in New Issue
Block a user