Skip to content

Commit

Permalink
show support-template instead of boost template in BackendController:…
Browse files Browse the repository at this point in the history
…:supportAction
  • Loading branch information
Henrik Ahrens committed Sep 17, 2024
1 parent a27ef12 commit dc1800e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/BackendController.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function supportAction(): ResponseInterface

return $this->createModuleTemplate()
->assignMultiple($viewVariables)
->renderResponse('Backend/Boost');
->renderResponse('Backend/Support');
}

/**
Expand Down

0 comments on commit dc1800e

Please sign in to comment.