This commit is contained in:
2021-03-19 18:41:52 +08:00
parent bbf8f58f2c
commit fd46ba2660
+1 -1
View File
@@ -79,7 +79,7 @@ class CrontabProcess extends Process
$barrier = Barrier::make();
foreach ($lists as $list) {
$list = unserialize($list);
if (!isset($_list['handler']) || !is_callable($_list['handler'], true)) {
if (!isset($list['handler']) || !is_callable($list['handler'], true)) {
continue;
}
$this->channel->push($list);