mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-24 19:19:06 +00:00
Standardize the use import statements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
use \Curl\Curl;
|
||||
use Curl\Curl;
|
||||
|
||||
const OAUTH2_AUTH_URL = 'https://accounts.google.com/o/oauth2/auth';
|
||||
const OAUTH2_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token';
|
||||
|
||||
Reference in New Issue
Block a user