fix incorrect onebot namespace

This commit is contained in:
sunxyw
2022-08-22 16:30:45 +08:00
parent 32534c870d
commit 488acc3e69

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace ZM\Config;
use Onebot\V12\Config\Config;
use OneBot\V12\Config\Config;
use ZM\Exception\ConfigException;
class RefactoredConfig