From 835b93eaafbbf6832ae34cc92b591e1730cc326f Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sun, 21 Jun 2020 14:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BE=AE=E4=BF=A1=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/wechat/CatchWechatService.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/catch/wechat/CatchWechatService.php b/catch/wechat/CatchWechatService.php index 88c244b..3571ede 100644 --- a/catch/wechat/CatchWechatService.php +++ b/catch/wechat/CatchWechatService.php @@ -7,8 +7,11 @@ use think\Service; class CatchWechatService extends Service { public function boot() + {} + + public function register() { - parent::boot(); // TODO: Change the autogenerated stub + $this->registerCommand(); } public function registerCommand()