modify
This commit is contained in:
@@ -39,7 +39,9 @@ class LoggerAspect implements IAspect
|
|||||||
$data = call_user_func($this->handler, func_get_args());
|
$data = call_user_func($this->handler, func_get_args());
|
||||||
|
|
||||||
$this->print_runtime($startTime);
|
$this->print_runtime($startTime);
|
||||||
|
if ($data === null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user