wesmiler 2 лет назад
Родитель
Сommit
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']];
     }
 }