mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 03:00:55 +00:00
Standardize the use import statements
This commit is contained in:
@@ -9,7 +9,7 @@ require_once 'ContentRangeServer.php';
|
||||
require_once 'RangeHeader.php';
|
||||
require_once 'Helper.php';
|
||||
|
||||
use \Helper\Test;
|
||||
use Helper\Test;
|
||||
|
||||
$http_raw_post_data = file_get_contents('php://input');
|
||||
$_PUT = array();
|
||||
|
||||
Reference in New Issue
Block a user