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