This commit is contained in:
2021-07-20 11:28:19 +08:00
parent 9a1a55471b
commit ea48a33b33
2 changed files with 9 additions and 22 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class CrontabProviders extends Providers
if (Config::get('crontab.enable') !== true) {
return;
}
$server->addProcess('CrontabZookeeper', Zookeeper::class);
$server->addProcess(Zookeeper::class);
}
}