‪TYPO3CMS  10.4
Classes.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 return [
6  \TYPO3\CMS\Form\Mvc\Property\TypeConverter\PseudoFileReference::class => [
7  'tableName' => 'sys_file_reference',
8  ],
9 ];