mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-21 09:20:49 +00:00
Standardize the use import statements
This commit is contained in:
@@ -3,7 +3,7 @@ require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
// Note: The server needs to send a content-length header for progress to work.
|
||||
|
||||
use \Curl\Curl;
|
||||
use Curl\Curl;
|
||||
|
||||
$curl = new Curl();
|
||||
$curl->progress(function ($client, $download_size, $downloaded, $upload_size, $uploaded) {
|
||||
|
||||
Reference in New Issue
Block a user