TYPO3 CMS  TYPO3_8-7
Commands.php
Go to the documentation of this file.
1 <?php
8 return [
9  'scheduler:run' => [
10  'class' => \TYPO3\CMS\Scheduler\Command\SchedulerCommand::class
11  ]
12 ];