Przeglądaj źródła

add other_meaning

visuddhinanda 1 rok temu
rodzic
commit
8f28a406b8

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

@@ -17,7 +17,7 @@ class TermVocabularyController extends Controller
     public function index(Request $request)
     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')) {
         switch ($request->get('view')) {
             case "grammar":
             case "grammar":
                 $localTerm = ChannelApi::getSysChannel(
                 $localTerm = ChannelApi::getSysChannel(