‪TYPO3CMS  9.5
ClassAliasMap.php
Go to the documentation of this file.
1 <?php
2 return [
3  'TYPO3\\CMS\\Backend\\AjaxLoginHandler' => \TYPO3\CMS\Backend\Controller\AjaxLoginController::class,
4  'TYPO3\\CMS\\Backend\\Form\\Wizard\\ImageManipulationWizard' => \TYPO3\CMS\Backend\Controller\Wizard\ImageManipulationController::class,
5  'TYPO3\\CMS\\Cshmanual\\Domain\\Repository\\TableManualRepository' => \TYPO3\CMS\Backend\Domain\Repository\TableManualRepository::class,
6 ];