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