fix incorrect onebot namespace

This commit is contained in:
sunxyw 2022-08-22 16:30:45 +08:00
parent 32534c870d
commit 488acc3e69
No known key found for this signature in database
GPG Key ID: F391C42B19AFFC98

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