From c131a4bf56c1d233481d51042b096eee2d1c03e2 Mon Sep 17 00:00:00 2001 From: dimtrovich <37987162+dimtrovich@users.noreply.github.com> Date: Wed, 12 Mar 2025 17:59:24 +0000 Subject: [PATCH] Fix styling --- src/Http/ServerRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/ServerRequest.php b/src/Http/ServerRequest.php index b5f883e..dd491c0 100644 --- a/src/Http/ServerRequest.php +++ b/src/Http/ServerRequest.php @@ -249,7 +249,7 @@ protected function _setConfig(array $config): void if (in_array($uri->getHost(), ['localhost', '127.0.0.1'], true)) { $uri = $uri->withHost(parse_url(config('app.base_url'), PHP_URL_HOST)); } - + $this->_environment = $config['environment']; $this->uri = $uri;