georgringer / news

TYPO3 Extension news
GNU General Public License v2.0
264 stars 358 forks source link

[BUGFIX] Make inherited method visibility same as parent #2365

Closed saschanowak closed 6 months ago

saschanowak commented 6 months ago

The method initializeAction is not public api and protected in ActionController. With this change I align the method visibility with the parent class.