diff --git a/function.php b/function.php index c50a7f08..937cb5cf 100644 --- a/function.php +++ b/function.php @@ -458,9 +458,6 @@ if (!function_exists('request')) { */ function request(): Request { - if (!Context::hasContext('request')) { - return new Request(); - } return Context::getContext('request'); }