wesmiler 2 سال پیش
والد
کامیت
bd966e8074
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Services/LiveService.php

+ 1 - 1
app/Services/LiveService.php

@@ -144,6 +144,6 @@ class LiveService extends BaseService
         }
 
         $this->error = 2041;
-        return ['id'=>$liveId, 'user_id'=> $userId];
+        return ['id'=>$liveId, 'user_id'=> $userId,'type'=> $data['type']];
     }
 }