fix config upstream changes (#168)

This commit is contained in:
sunxyw
2022-09-23 22:11:26 +08:00
committed by GitHub
parent bb431ccf53
commit 43337c34c8

View File

@@ -4,8 +4,8 @@ declare(strict_types=1);
namespace ZM\Config;
use OneBot\Config\Config;
use OneBot\Util\Singleton;
use OneBot\V12\Config\Config;
use ZM\Exception\ConfigException;
use ZM\Framework;