mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-21 14:50:55 +00:00
Standardize the use import statements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
use \Curl\MultiCurl;
|
||||
use Curl\MultiCurl;
|
||||
|
||||
$multi_curl = new MultiCurl();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user