‪TYPO3CMS  9.5
Commands.php
Go to the documentation of this file.
1 <?php
10 return [
11  'language:update' => [
12  'class' => \TYPO3\CMS\Install\Command\LanguagePackCommand::class
13  ],
14  'upgrade:run' => [
15  'class' => \TYPO3\CMS\Install\Command\UpgradeWizardRunCommand::class
16  ],
17  'upgrade:list' => [
18  'class' => \TYPO3\CMS\Install\Command\UpgradeWizardListCommand::class
19  ]
20 ];