This commit is contained in:
2021-04-25 11:22:23 +08:00
parent 5e2c46a3aa
commit 77a6445eea
13 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class LoggerAspect implements IAspect
private function print_runtime($startTime)
{
$className = get_class($this->handler[0]);
$className = $this->handler[0]::class;
$methodName = $this->handler[1];
$runTime = round(microtime(true) - $startTime, 6);