zhangchangchun 5 years ago
parent
commit
9de7df9a84
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/V2/TopicGroupController.php

+ 1 - 0
app/Http/Controllers/V2/TopicGroupController.php

@@ -25,6 +25,7 @@ class TopicGroupController extends Controller {
     {
     {
         $this->topicGroupRepository = $topicGroupRepository;
         $this->topicGroupRepository = $topicGroupRepository;
     }
     }
+    
     //列表
     //列表
     public function index(Request $request){
     public function index(Request $request){
         $topicGroup = $this->topicGroupRepository->index($request->all());
         $topicGroup = $this->topicGroupRepository->index($request->all());