Deprecation: #86338 - Change visibility of PageRepository->init
See forge#86338
Description
The method TYPO3\
is now called implicitly within the constructor.
Impact
Calling the method will trigger a PHP E_
error.
Affected Installations
Any TYPO3 installation with extensions directly calling TYPO3\
.
Migration
Remove the method call. The constructor is taking care of calling the method.