This commit is contained in:
2021-08-02 11:15:38 +08:00
parent 0de470d446
commit 8907e1cb69
+1 -1
View File
@@ -347,7 +347,7 @@ class Response extends HttpService
*/ */
public function getRuntime(): string public function getRuntime(): string
{ {
return sprintf('%.5f', microtime(TRUE) - request()->startTime); return sprintf('%.5f', microtime(TRUE) - request()->getStartTime());
} }
} }