Standardize the use import statements

This commit is contained in:
Zach Borboa
2020-04-17 18:47:59 -07:00
parent 2c6d228f58
commit ea66e3bfb9
84 changed files with 92 additions and 92 deletions
@@ -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';