Breaking: #73504 - Make TimeTracker a singleton
See forge#73504
Description
The class \TYPO3\
has been marked as singleton and is no longer stored in $GLOBALS
.
Impact
Using methods of $GLOBALS
will result in a fatal error.
Affected Installations
All installations or 3rd party extensions using $GLOBALS
.
Migration
Use \TYPO3\
instead.