This commit is contained in:
2021-08-02 11:18:03 +08:00
parent 8907e1cb69
commit 2150dcab44
+1 -1
View File
@@ -89,7 +89,7 @@ class Request extends HttpService
/** /**
* @return mixed * @return mixed
*/ */
public function getStartTime() public function getStartTime(): mixed
{ {
return $this->headers->get('request_time_float'); return $this->headers->get('request_time_float');
} }