Explorar el Código

public function getTermProps

visuddhinanda hace 2 años
padre
commit
51c6110c35
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)){