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;