This commit is contained in:
Dennis Eichhorn 2018-08-04 18:54:42 +02:00
parent 55b2d30837
commit 165f748850

View File

@ -31,9 +31,9 @@ class Schedule extends TaskAbstract
*/ */
public function __toString() : string public function __toString() : string
{ {
return ''; return '/tn ' . $this->id . ' ' . $this->interval . ' ' . $this->command;
} }
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */