This commit is contained in:
2021-04-01 10:11:20 +08:00
parent 3f6a19aea7
commit ea6e46812c
10 changed files with 47 additions and 42 deletions
+1 -3
View File
@@ -332,9 +332,7 @@ if (!function_exists('aop')) {
* @param mixed $handler
* @param array $params
* @return mixed
* @throws ReflectionException
* @throws ComponentException
* @throws NotFindClassException
* @throws Exception
*/
function aop(mixed $handler, array $params = []): mixed
{