From 9c8e0f7d96cefdbe76c98020a39788c09ec8aa2e Mon Sep 17 00:00:00 2001 From: zhouyangyang Date: Fri, 8 Apr 2022 19:58:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A9=B1=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 77e8177..181563c 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ }, "extra": { "hyperf": { - "config": "HyperfExt\\Sms\\ConfigProvider" + "config": "zyimm\\Sms\\ConfigProvider" } } }