From 3fefd2e7647feb00b7e0419eabdc7ef85cac79bc Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 3 Jan 2020 23:01:23 +0200 Subject: [PATCH] Removed unused namespace --- app/controllers/shared/api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/shared/api.php b/app/controllers/shared/api.php index cfe9f8941..f9a966b4a 100644 --- a/app/controllers/shared/api.php +++ b/app/controllers/shared/api.php @@ -3,7 +3,6 @@ use Utopia\Exception; use Utopia\Abuse\Abuse; use Utopia\Abuse\Adapters\TimeLimit; -use Database\Database; global $utopia, $request, $response, $register, $user, $project;