This commit is contained in:
2021-08-19 15:22:48 +08:00
parent d263484e91
commit 8d6364f1ac
12 changed files with 471 additions and 419 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ namespace Kiri\Crontab;
use Exception;
use Server\ServerManager;
use Server\SInterface\CustomProcess;
use Server\Abstracts\CustomProcess;
use Kiri\Abstracts\Config;
use Kiri\Cache\Redis;
use Kiri\Exception\ConfigException;
@@ -19,7 +19,7 @@ use Throwable;
* Class Zookeeper
* @package Kiri\Process
*/
class Zookeeper implements CustomProcess
class Zookeeper extends CustomProcess
{