改名
This commit is contained in:
@@ -235,7 +235,7 @@ class Node
|
|||||||
[$controller, $action] = $handler;
|
[$controller, $action] = $handler;
|
||||||
|
|
||||||
/** @var Aspect $aspect */
|
/** @var Aspect $aspect */
|
||||||
$aspect = Kiri::getDi()->getMethodByAnnotation(Aspect::class, $controller, $action);
|
$aspect = Kiri::getDi()->getMethodByAnnotation(Aspect::class, $controller::class, $action);
|
||||||
if (empty($aspect)) {
|
if (empty($aspect)) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user