mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Remove unused global
This commit is contained in:
parent
601073302b
commit
437a008895
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue