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;