modify
This commit is contained in:
@@ -80,10 +80,7 @@ class CrontabProcess extends Process
|
|||||||
{
|
{
|
||||||
$content = unserialize($content);
|
$content = unserialize($content);
|
||||||
$this->names[$content->getName()] = $content;
|
$this->names[$content->getName()] = $content;
|
||||||
var_dump($content);
|
|
||||||
if (!($content instanceof Crontab)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
$runTicker = function (Crontab $crontab) {
|
$runTicker = function (Crontab $crontab) {
|
||||||
$crontab->execute();
|
$crontab->execute();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user