This commit is contained in:
2021-04-14 14:44:16 +08:00
parent 2e9e164f94
commit a672522d3b
3 changed files with 1 additions and 16 deletions
+1 -13
View File
@@ -24,7 +24,7 @@ abstract class Crontab extends BaseObject
private string $name = '';
private mixed $params = null;
private mixed $params = [];
private int $tickTime = 1;
@@ -42,18 +42,6 @@ abstract class Crontab extends BaseObject
private int $execute_number = 0;
private bool $_stop = false;
/**
*
*/
public function stop()
{
$this->_stop = true;
}
/**
* @return $this
*/