Deprecation: #88807 - AdminPanel InitializableInterface has been deprecated
See forge#88807
Description
\TYPO3\
has been deprecated in favor of the newly
introduced \TYPO3\
.
Impact
Using \TYPO3\
will trigger a deprecation message.
Affected Installations
All instances that use \TYPO3\
are affected.
Migration
Switch to \TYPO3\
instead:
- change method name
initialize
toModule enrich
- change return value to return an instance of
\Psr\
Http\ Message\ Server Request Interface