File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ private function processFileUpload()
210
210
$ this ->params ['upload_phase ' ] = 'transfer ' ;
211
211
$ this ->params ['file_chunk ' ] = $ stream ;
212
212
213
- $ prepr = (new Prepr ($ this ->authorization ,$ this ->userId , $ this -> baseUrl ))
213
+ $ prepr = (new Prepr ($ this ->authorization ,$ this ->baseUrl ))
214
214
->path ('assets/{id}/multipart ' , [
215
215
'id ' => $ id ,
216
216
])
@@ -224,7 +224,7 @@ private function processFileUpload()
224
224
225
225
$ this ->params ['upload_phase ' ] = 'finish ' ;
226
226
227
- return (new Prepr ($ this ->authorization ,$ this ->userId , $ this -> baseUrl ))
227
+ return (new Prepr ($ this ->authorization ,$ this ->baseUrl ))
228
228
->path ('assets/{id}/multipart ' , [
229
229
'id ' => $ id ,
230
230
])
@@ -249,7 +249,7 @@ public function autoPaging()
249
249
$ query ['limit ' ] = $ perPage ;
250
250
$ query ['offset ' ] = $ page *$ perPage ;
251
251
252
- $ result = (new Prepr ($ this ->authorization ,$ this ->userId , $ this -> baseUrl ))
252
+ $ result = (new Prepr ($ this ->authorization ,$ this ->baseUrl ))
253
253
->path ($ this ->path )
254
254
->query ($ query )
255
255
->get ();
You can’t perform that action at this time.
0 commit comments