1
0
Fork 0
mirror of synced 2024-06-03 19:34:54 +12:00

Remove unused global

This commit is contained in:
Eldad Fux 2020-06-27 08:52:23 +03:00
parent 601073302b
commit 437a008895

View file

@ -2,7 +2,7 @@
require_once __DIR__.'/init.php';
global $utopia, $request, $response, $register, $consoleDB, $project;
global $utopia, $request, $response, $register, $project;
use Utopia\App;
use Utopia\Request;