fix(config): 修复错误的依赖

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-05-12 18:28:40 +08:00
parent 632cfbd3b0
commit 59dbd08974

View File

@@ -9,7 +9,7 @@
declare(strict_types=1);
use App\Constant\ErrorCode;
use App\Constants\ErrorCode;
use Hyperf\HttpServer\CoreMiddleware;
use Singularity\HDK\Core\Constants\CommonErrorCode;
use Singularity\HDK\Core\Middleware\CommonCoreMiddleware;