diff --git a/Classes/Command/GenerateErrorPagesCommand.php b/Classes/Command/GenerateErrorPagesCommand.php index ba498bd..c8ab7ae 100644 --- a/Classes/Command/GenerateErrorPagesCommand.php +++ b/Classes/Command/GenerateErrorPagesCommand.php @@ -92,8 +92,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int continue; } - $request = ServerRequestFactory::fromGlobals(); - $request + $request = ServerRequestFactory::fromGlobals() ->withUri($site->getBase()) ->withAttribute('site', $site) ->withAttribute('language', $language);