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