diff --git a/public/typo3conf/ext/ep_products/Configuration/Commands.php b/public/typo3conf/ext/ep_products/Configuration/Commands.php index 81b68e78..d63c300c 100644 --- a/public/typo3conf/ext/ep_products/Configuration/Commands.php +++ b/public/typo3conf/ext/ep_products/Configuration/Commands.php @@ -3,5 +3,6 @@ return [ 'ep:export' => [ 'class' => \EP\EpProducts\Command\ExportCommandController::class, + 'scheduleable' => false, ], ];