zhangchangchun 5 년 전
부모
커밋
604dc058e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Repositories/TopicGroupRepository.php

+ 1 - 0
app/Repositories/TopicGroupRepository.php

@@ -41,6 +41,7 @@ class TopicGroupRepository {
         $data = [
             'name' => $request['name'],
             'status' => 1,
+            'desc' => '',
         ];
         if(!empty($request['topic_ids'])){
             $topic_ids = explode(',', $request['topic_ids']);