- 'TYPO3\\CMS\\Install\\Configuration\\Context\\ProductionPreset',
- 'TYPO3\\CMS\\Install\\Configuration\\Context\\DevelopmentPreset',
- 'TYPO3\\CMS\\Install\\Configuration\\Context\\CustomPreset',
+ \TYPO3\CMS\Install\Configuration\Context\LivePreset::class,
+ \TYPO3\CMS\Install\Configuration\Context\DebugPreset::class,
+ \TYPO3\CMS\Install\Configuration\Context\CustomPreset::class,