From 21d79dec0b263bfe7da68b4a78106a17241d046b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 15 Sep 2023 16:45:09 +0800 Subject: [PATCH] eee --- function.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/function.php b/function.php index 9eaa8b72..13a6cda4 100644 --- a/function.php +++ b/function.php @@ -260,9 +260,7 @@ if (!function_exists('request')) { */ function request(): RequestInterface { - $data = Kiri::getDi()->get(RequestInterface::class); - - return Context::get(RequestInterface::class, $data); + return Kiri::getDi()->get(RequestInterface::class); } }