소스 검색

crm book debug

zz 5 년 전
부모
커밋
c2bbf67a4b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/Client/SiteUser.php

+ 2 - 1
app/Client/SiteUser.php

@@ -33,7 +33,8 @@ class SiteUser
         foreach ($funcs as $func) {
             if (!$this->channel_id) {
                 //call_user_func($,$func);
-                call_user_func([$this,$funcs]);
+                //call_user_func([$this,$func]);
+                $this->$func();
             }
         }
         if ($this->channel_id) {