Skip to content

Commit

Permalink
remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Jan 5, 2024
1 parent 8d8005b commit 2aadc5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/core/src/Forum/Controller/LogOutController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 2aadc5c

Please sign in to comment.