改名
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user