Skip to content

Commit b4d5ca0

Browse files
authored
client->Client
1 parent 3c06a10 commit b4d5ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qiniu/Storage/FormUploader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public static function putFile(
108108
return array(null, $err);
109109
}
110110

111-
$response = client::post($upHost, $fields, $headers);
111+
$response = Client::post($upHost, $fields, $headers);
112112
if (!$response->ok()) {
113113
return array(null, new Error($upHost, $response));
114114
}

0 commit comments

Comments
 (0)