From ca5b6a59db5dd0e04e11912908c84c354c41f6d0 Mon Sep 17 00:00:00 2001
From: sgj <sgj@bronet.cn>
Date: Thu, 17 Jan 2019 15:16:02 +0800
Subject: [PATCH] 调整评论顺序

---
 app/portal/controller/FriendsController.php | 2 --
 1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/app/portal/controller/FriendsController.php b/app/portal/controller/FriendsController.php
index 0c6b542..c323d04 100644
--- a/app/portal/controller/FriendsController.php
+++ b/app/portal/controller/FriendsController.php
@@ -68,8 +68,6 @@ class FriendsController extends WeChatBaseController
 
     public function addTalk(){
         $group_id=input('gid');
-
-
         $config=config('wechat_config');
         $Wechat=new Application($config);
         $js = $Wechat->js;
--
libgit2 0.24.0