From 2e436a6cd36351ba4b088afba39dbff263afa0c6 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 16 Mar 2020 21:09:00 +0200 Subject: [PATCH] Removed unused class --- app/app.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/app.php b/app/app.php index e34bed5869..52fc0816ff 100644 --- a/app/app.php +++ b/app/app.php @@ -8,7 +8,6 @@ global $env, $utopia, $request, $response, $register, $consoleDB, $project, $dom use Utopia\App; use Utopia\Request; use Utopia\Response; -use Utopia\Validator\Host; use Utopia\Validator\Range; use Utopia\View; use Utopia\Exception;