From af07f5f81e1b3b04bb414c2876188c5f65f32e35 Mon Sep 17 00:00:00 2001 From: gaihaihao Date: Tue, 6 Sep 2022 06:47:40 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/further/backend/schema.md.=20?= =?UTF-8?q?=E5=B0=91=E4=BA=86=E4=B8=AA=E5=88=86=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaihaihao --- docs/further/backend/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/further/backend/schema.md b/docs/further/backend/schema.md index 4af7f75..87e4f7f 100644 --- a/docs/further/backend/schema.md +++ b/docs/further/backend/schema.md @@ -22,7 +22,7 @@ MineAdmin 只是一个后台权限管理系统,控制器必须要继承 `MineC declare(strict_types=1); namespace App\Foo\Controller; -use Mine\MineController +use Mine\MineController; use Hyperf\HttpServer\Annotation\Controller; use Hyperf\HttpServer\Annotation\GetMapping; use Psr\Http\Message\ResponseInterface; -- Gitee