Missing variable no longer needed
This commit is contained in:
@@ -97,13 +97,9 @@ class ScheduleCommand extends BaseCommand
|
||||
|
||||
$this->io->writeln($tdiff . $tunit);
|
||||
} catch (\Exception $e) {
|
||||
$taskSuccess = false;
|
||||
$hasFailure = true;
|
||||
$this->io->writeln('<error> [ERROR] ' . $e->getMessage() . ' </>');
|
||||
}
|
||||
|
||||
if ($taskSuccess) {
|
||||
}
|
||||
}
|
||||
|
||||
// Success
|
||||
|
||||
Reference in New Issue
Block a user