wesmiler hace 2 años
padre
commit
bd966e8074
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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']];
     }
 }