mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 23:28:39 +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
|
public function __toString() : string
|
||||||
{
|
{
|
||||||
return '';
|
return '/tn ' . $this->id . ' ' . $this->interval . ' ' . $this->command;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user