Jelajahi Sumber

Merge pull request #2156 from visuddhinanda/laravel

add other_meaning
visuddhinanda 1 tahun lalu
induk
melakukan
f75c4e3c43
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Http/Controllers/TermVocabularyController.php

+ 1 - 1
app/Http/Controllers/TermVocabularyController.php

@@ -17,7 +17,7 @@ class TermVocabularyController extends Controller
     public function index(Request $request)
     {
         //
-        $table = DhammaTerm::select(['guid','word','tag','meaning']);
+        $table = DhammaTerm::select(['guid','word','tag','meaning','other_meaning']);
         switch ($request->get('view')) {
             case "grammar":
                 $localTerm = ChannelApi::getSysChannel(