wesmiler hace 2 años
padre
commit
e1d7210ff8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/Services/LiveService.php

+ 2 - 1
app/Services/LiveService.php

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