Don't allow command to be scheduled via backend
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
return [
|
return [
|
||||||
'ep:export' => [
|
'ep:export' => [
|
||||||
'class' => \EP\EpProducts\Command\ExportCommandController::class,
|
'class' => \EP\EpProducts\Command\ExportCommandController::class,
|
||||||
|
'scheduleable' => false,
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user