modify
This commit is contained in:
@@ -116,7 +116,7 @@ class CrontabProcess extends Process
|
|||||||
$content = unserialize($content);
|
$content = unserialize($content);
|
||||||
|
|
||||||
$name = $content->getName();
|
$name = $content->getName();
|
||||||
if (isset($this->names)) {
|
if (isset($this->names[$name])) {
|
||||||
Timer::clear($this->names[$name]);
|
Timer::clear($this->names[$name]);
|
||||||
}
|
}
|
||||||
$callback = function () use ($content) {
|
$callback = function () use ($content) {
|
||||||
|
|||||||
Reference in New Issue
Block a user