mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-24 15:18:40 +00:00
fixes #25
This commit is contained in:
parent
55b2d30837
commit
165f748850
|
|
@ -31,9 +31,9 @@ class Schedule extends TaskAbstract
|
|||
*/
|
||||
public function __toString() : string
|
||||
{
|
||||
return '';
|
||||
return '/tn ' . $this->id . ' ' . $this->interval . ' ' . $this->command;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user