改名
This commit is contained in:
@@ -141,12 +141,13 @@ class Node extends HttpService
|
|||||||
/**
|
/**
|
||||||
* @throws ReflectionException
|
* @throws ReflectionException
|
||||||
* @throws NotFindClassException
|
* @throws NotFindClassException
|
||||||
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
private function setAop()
|
private function setAop()
|
||||||
{
|
{
|
||||||
/** @var Aop $aop */
|
/** @var Aop $aop */
|
||||||
$aop = Snowflake::app()->get('aop');
|
$aop = Snowflake::app()->get('aop');
|
||||||
if (!$aop->hasAop($this->handler)) {
|
if (!is_array($this->handler) || !$aop->hasAop($this->handler)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$reflect = $aop->getAop($this->handler);
|
$reflect = $aop->getAop($this->handler);
|
||||||
|
|||||||
Reference in New Issue
Block a user