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 -1
View File
@@ -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();