Browse Source

$newLine = array();

visuddhinanda 2 năm trước cách đây
mục cha
commit
13a406342a

+ 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();