This commit is contained in:
2021-07-23 17:38:09 +08:00
parent b12ebb9c7e
commit e57e600945
4 changed files with 82 additions and 72 deletions
+6 -4
View File
@@ -17,21 +17,23 @@ class DefaultCrontab extends Crontab
*/
public function isStop(): bool
{
// TODO: Implement isStop() method.
return true;
}
/**
*
*/
public function process(): mixed
public function process(): void
{
// TODO: Implement process() method.
}
public function max_execute(): mixed
/**
*
*/
public function max_execute(): void
{
// TODO: Implement max_execute() method.
}