From 3f4325175f8622395ecb02cfe013c327c1cbabb1 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 5 Aug 2021 23:04:34 +0800 Subject: [PATCH] modify --- Server/Constrict/Request.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Server/Constrict/Request.php b/Server/Constrict/Request.php index dd3428e0..a3ea7c1d 100644 --- a/Server/Constrict/Request.php +++ b/Server/Constrict/Request.php @@ -42,7 +42,8 @@ class Request implements RequestInterface */ public function __get($name): mixed { - return Context::getContext(HttpResponse::class)->{$name}; // TODO: Change the autogenerated stub + // TODO: Change the autogenerated stub + return Context::getContext(HttpResponse::class)->{$name}; }