diff --git a/src/Appwrite/Auth/Auth.php b/src/Appwrite/Auth/Auth.php index 5225489e06..99fd3d2dc2 100644 --- a/src/Appwrite/Auth/Auth.php +++ b/src/Appwrite/Auth/Auth.php @@ -2,7 +2,7 @@ namespace Appwrite\Auth; -use Appwrite\Database\Document; +use Utopia\Database\Document; use Appwrite\Database\Validator\Authorization; class Auth diff --git a/src/Appwrite/Messaging/Adapter/Realtime.php b/src/Appwrite/Messaging/Adapter/Realtime.php index 61daee552e..57cbb53ae5 100644 --- a/src/Appwrite/Messaging/Adapter/Realtime.php +++ b/src/Appwrite/Messaging/Adapter/Realtime.php @@ -2,9 +2,8 @@ namespace Appwrite\Messaging\Adapter; -use Appwrite\Database\Document; +use Utopia\Database\Document; use Appwrite\Messaging\Adapter; -use Redis; use Utopia\App; class Realtime extends Adapter