‪TYPO3CMS  9.5
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  // command must not be schedulable, otherwise we'll get an endless recursion
12  'schedulable' => false,
13  ]
14 ];