From ef37f42de632fe0c2e5ef0a8e23960241d41139b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=90=E5=B0=8F=E5=BF=83?= Date: Wed, 13 Feb 2019 00:40:49 +0800 Subject: [PATCH] update helper --- src/helper.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/helper.php b/src/helper.php index 8cd7f4c..08c84c1 100644 --- a/src/helper.php +++ b/src/helper.php @@ -5,8 +5,4 @@ */ //加入Hook -\think\facade\Hook::add('app_init', \Naixiaoxin\ThinkWechat\Behavior\AppInit::class); -//加入Command -\think\Console::addDefaultCommands([ - "Naixiaoxin\\ThinkWechat\\Command\\Config", -]); \ No newline at end of file +\think\facade\Hook::add('app_init', \Naixiaoxin\ThinkWechat\Behavior\AppInit::class); \ No newline at end of file