改名
This commit is contained in:
@@ -44,7 +44,6 @@ class Crontab extends Component
|
|||||||
$crontab = unserialize($datum);
|
$crontab = unserialize($datum);
|
||||||
if ($crontab->getName() == $name) {
|
if ($crontab->getName() == $name) {
|
||||||
$redis->zRem('system:crontab', $datum);
|
$redis->zRem('system:crontab', $datum);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user