Skip to content

Commit

Permalink
[BUGFIX] Make inherited method visibility same as parent
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak authored Mar 7, 2024
1 parent 5e66db8 commit 0822e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/NewsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function __construct(
/**
* Initializes the current action
*/
public function initializeAction()
protected function initializeAction()
{
GeneralUtility::makeInstance(ClassCacheManager::class)->reBuildSimple();
$this->buildSettings();
Expand Down

0 comments on commit 0822e69

Please sign in to comment.