mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-24 16:29:18 +00:00
Standardize the use import statements
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
use \Curl\Curl;
|
||||
use Curl\Curl;
|
||||
|
||||
// curl --request PUT "https://httpbin.org/put" --data "id=1&first_name=Zach&last_name=Borboa"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user