This commit is contained in:
as2252258@163.com
2021-03-20 02:49:38 +08:00
parent 3d539c8b54
commit a4092b8a5f
+1 -4
View File
@@ -80,10 +80,7 @@ class CrontabProcess extends Process
{
$content = unserialize($content);
$this->names[$content->getName()] = $content;
var_dump($content);
if (!($content instanceof Crontab)) {
return;
}
$runTicker = function (Crontab $crontab) {
$crontab->execute();
};