Don't allow command to be scheduled via backend

This commit is contained in:
Björn Fromme
2019-09-12 09:46:11 +02:00
parent 278b399879
commit 75457ded6b
@@ -3,5 +3,6 @@
return [
'ep:export' => [
'class' => \EP\EpProducts\Command\ExportCommandController::class,
'scheduleable' => false,
],
];