Browse Source

public function getTermProps

visuddhinanda 2 năm trước cách đây
mục cha
commit
51c6110c35
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Api/TemplateRender.php

+ 1 - 1
app/Http/Api/TemplateRender.php

@@ -69,7 +69,7 @@ class TemplateRender{
         return $result;
     }
 
-    private function getTermProps($word,$channelId,$channelInfo){
+    public function getTermProps($word,$channelId,$channelInfo){
         Log::info("term render:{$word}-{$channelId}");
         $lang = Channel::where('uid',$channelId)->value('lang');
         if(!empty($lang)){