wesmiler 2 anni fa
parent
commit
bd966e8074
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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']];
     }
 }