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