From 165f74885063409411ae275108d6735d58207b2e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 4 Aug 2018 18:54:42 +0200 Subject: [PATCH] fixes #25 --- Utils/TaskSchedule/Schedule.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} */