From 98afa10aa9999a008d900bcd422528146c95e47a Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 7 Jan 2025 08:11:14 +0000 Subject: [PATCH] fix missing --- app/init/http.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/init/http.php b/app/init/http.php index d4307fc66b..e8eca4304c 100644 --- a/app/init/http.php +++ b/app/init/http.php @@ -40,6 +40,7 @@ use Utopia\Locale\Locale; use Utopia\Logger\Log; use Utopia\Pools\Group; use Utopia\Queue\Connection; +use Utopia\Storage\Device\Local; use Utopia\System\System; use Utopia\Validator\Hostname; use Utopia\VCS\Adapter\Git\GitHub as VcsGitHub;