From 2aadc5ce71d5cb880181f0524357dd9d39a0c868 Mon Sep 17 00:00:00 2001 From: IanM Date: Fri, 5 Jan 2024 09:08:14 +0000 Subject: [PATCH] remove extra newline --- framework/core/src/Forum/Controller/LogOutController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/core/src/Forum/Controller/LogOutController.php b/framework/core/src/Forum/Controller/LogOutController.php index 1f18214035..cf594796d3 100644 --- a/framework/core/src/Forum/Controller/LogOutController.php +++ b/framework/core/src/Forum/Controller/LogOutController.php @@ -139,7 +139,6 @@ protected function sanitizeReturnUrl(string $url, string $base): Uri return new Uri($base); } - protected function getWhitelistedRedirectDomains(): array { $forumUri = new Uri($this->config->url());