This commit is contained in:
2021-03-30 12:05:15 +08:00
parent 2129185feb
commit ca695220c1
+2
View File
@@ -34,6 +34,8 @@ class Aop extends Component
$this->_aop[$aspect] = [];
}
var_dump(get_class($class) . '::' . $method);
$this->_aop[get_class($class) . '::' . $method][] = $aspect;
}