Skip to content

Commit e247051

Browse files
added output
1 parent 5696ca2 commit e247051

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Command/ScheduleSystemTasksCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
101101
foreach ($this->taskRepository->findSystemTasks() as $task) {
102102
if (!in_array($task->getSystemKey(), array_keys($this->systemTasks))) {
103103
$this->disableTask($task);
104+
105+
$output->writeln(sprintf(' * System-task "%s" was <info>disabled</info>.', $systemKey));
104106
}
105107
}
106108

0 commit comments

Comments
 (0)