‪TYPO3CMS  10.4
sys_file_storage.php
Go to the documentation of this file.
1 <?php
2 
3 defined('TYPO3_MODE') || die();
4 
5 \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\‪TYPO3\CMS\Core\Resource\Driver\DriverRegistry::class)->addDriversToTCA();
‪TYPO3