This commit is contained in:
as2252258@163.com
2021-03-20 02:51:37 +08:00
parent a4092b8a5f
commit 5b5deb45e9
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -78,6 +78,7 @@ class CrontabProcess extends Process
*/
private function jobDelivery($content)
{
/** @var Crontab $content */
$content = unserialize($content);
$this->names[$content->getName()] = $content;