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;