wesmiler 2 lat temu
rodzic
commit
e1d7210ff8
1 zmienionych plików z 2 dodań i 1 usunięć
  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;
     }
 }