From ada1746466513e5b4abf6da6ceba098f889e7b42 Mon Sep 17 00:00:00 2001 From: shimon Date: Mon, 15 Jul 2024 12:20:01 +0300 Subject: [PATCH] clean migration project cache --- src/Appwrite/Platform/Tasks/Migrate.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/Migrate.php b/src/Appwrite/Platform/Tasks/Migrate.php index e11d7926ab..58d3123726 100644 --- a/src/Appwrite/Platform/Tasks/Migrate.php +++ b/src/Appwrite/Platform/Tasks/Migrate.php @@ -10,7 +10,6 @@ use Utopia\Database\Document; use Utopia\Database\Query; use Utopia\Database\Validator\Authorization; use Utopia\Platform\Action; -use Utopia\Pools\Group; use Utopia\Registry\Registry; use Utopia\Validator\Text; use Utopia\System\System;