From 7ab9ea3d27e4dad658701e0efd9a06f290484304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B0=E6=97=A0=E6=AD=A2=E7=AB=9E?= <734913414@qq.com> Date: Wed, 11 Nov 2020 11:24:21 +0800 Subject: [PATCH] =?UTF-8?q?add=20topthink/think-multi-app=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=A7=A3=E5=86=B3ThinkPHP6=20=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=99=A8=E4=B8=8D=E5=AD=98=E5=9C=A8:app\controller\Index?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index e6510e5..ab78a73 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "topthink/think-orm": "^2.0", "topthink/think-multi-app": "^1.0", "topthink/think-view": "^1.0", + "topthink/think-multi-app": "^1.0", "alibabacloud/client": "^1.5", "phpoffice/phpexcel": "^1.8", "overtrue/wechat": "~4.0", -- Gitee