This commit is contained in:
as2252258@163.com
2021-03-29 03:41:29 +08:00
parent ea82576265
commit db921d1b61
+3 -1
View File
@@ -39,7 +39,9 @@ class LoggerAspect implements IAspect
$data = call_user_func($this->handler, func_get_args());
$this->print_runtime($startTime);
if ($data === null) {
return;
}
return $data;
}