소스 검색

$newLine = array();

visuddhinanda 2 년 전
부모
커밋
13a406342a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Http/Controllers/NissayaCardController.php

+ 1 - 0
app/Http/Controllers/NissayaCardController.php

@@ -79,6 +79,7 @@ class NissayaCardController extends Controller
             $cardData['title_local_ending'] = "翻译建议";
             $cardData['title_local_ending'] = "翻译建议";
 
 
             foreach ($relations as $key => $relation) {
             foreach ($relations as $key => $relation) {
+                $newLine = array();
                 $relationInTerm = DhammaTerm::where('channal',$localTerm)
                 $relationInTerm = DhammaTerm::where('channal',$localTerm)
                                             ->where('word',$relation['name'])
                                             ->where('word',$relation['name'])
                                             ->first();
                                             ->first();