소스 검색

crm book debug

zz 5 년 전
부모
커밋
05b26acab5
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      app/Client/SiteUser.php
  2. 1 1
      app/Http/Controllers/Wap/User/CrmBooklistController.php

+ 2 - 1
app/Client/SiteUser.php

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

+ 1 - 1
app/Http/Controllers/Wap/User/CrmBooklistController.php

@@ -11,7 +11,7 @@ use Hashids;
 class CrmBooklistController extends Controller
 {
     private $channel_id;
-    
+
     public function index(Request $request)
     {
         $month = date('n');