diff --git a/Utils/TaskSchedule/Schedule.php b/Utils/TaskSchedule/Schedule.php index 88f7d2618..0c8f1fecc 100644 --- a/Utils/TaskSchedule/Schedule.php +++ b/Utils/TaskSchedule/Schedule.php @@ -31,9 +31,9 @@ class Schedule extends TaskAbstract */ public function __toString() : string { - return ''; + return '/tn ' . $this->id . ' ' . $this->interval . ' ' . $this->command; } - + /** * {@inheritdoc} */