This commit is contained in:
as2252258@163.com
2021-09-19 16:44:27 +08:00
parent ff58d0faef
commit d4d9f4e634
+1 -1
View File
@@ -42,7 +42,7 @@ class AspectProxy extends AProxy implements ProxyInterface
* @param array $executor
* @return ?IAspect
*/
protected function getAspect(array $executor): ?Aspect
protected function getAspect(array $executor): ?IAspect
{
$aspect = NoteManager::getSpecify_annotation(Aspect::class, $executor[0], $executor[1]);
if (!is_null($aspect)) {