From afa210f4a25b37db36634980410ab8dac6047684 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 29 Oct 2020 15:18:21 +0200 Subject: [PATCH] Updated static files class --- app/http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/http.php b/app/http.php index 5bbdc87dfc..07e0fff45e 100644 --- a/app/http.php +++ b/app/http.php @@ -2,7 +2,7 @@ require_once __DIR__.'/../vendor/autoload.php'; -use Appwrite\Swoole\Files; +use Utopia\Swoole\Files; use Utopia\Swoole\Request; use Appwrite\Utopia\Response; use Swoole\Process;