Skip to content

Commit

Permalink
sendRequest: private => public
Browse files Browse the repository at this point in the history
  • Loading branch information
rwifeng committed Oct 25, 2016
1 parent 8618766 commit 45f0761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Qiniu/Http/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private static function userAgent()
return $ua;
}

private static function sendRequest($request)
public static function sendRequest($request)
{
$t1 = microtime(true);
$ch = curl_init();
Expand Down

0 comments on commit 45f0761

Please sign in to comment.