Deprecation: #107931 - Lowlevel DatabaseIntegrityCheck class
See forge#107931
Description
The class
\TYPO3\ has been
deprecated and will be removed in TYPO3 v15.0.
The class is no longer used internally by TYPO3 and should not be relied upon by extensions.
Impact
Using
\TYPO3\ will trigger
a PHP
E_ error. The class will be removed in TYPO3 v15.0.
Affected installations
TYPO3 installations with extensions that use
\TYPO3\ directly.
Migration
Extensions that rely on this class should implement the needed functionality themselves.