Browse Source

大小写问题

linwu 2 năm trước cách đây
mục cha
commit
2e9635562c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/agent/controller/Mobilefollow.php

+ 1 - 1
app/agent/controller/MobileFollow.php → app/agent/controller/Mobilefollow.php

@@ -6,7 +6,7 @@ use app\agent\BaseController;
 use app\common\model\MobileFollow as MobileFollowModel;
 use app\common\model\MobileFollowLog as MobileFollowLogModel;
 
-class MobileFollow extends BaseController
+class Mobilefollow extends BaseController
 {
 
     public function followList()