diff --git a/src/Appwrite/Migration/Version/V25.php b/src/Appwrite/Migration/Version/V25.php index d58e9c7939..d2deccd032 100644 --- a/src/Appwrite/Migration/Version/V25.php +++ b/src/Appwrite/Migration/Version/V25.php @@ -3,14 +3,7 @@ namespace Appwrite\Migration\Version; use Appwrite\Migration\Migration; -use Exception; use Throwable; -use Utopia\Console; -use Utopia\Database\Database; -use Utopia\Database\Document; -use Utopia\Database\Exception\Conflict; -use Utopia\Database\Exception\Structure; -use Utopia\Database\Exception\Timeout; class V25 extends Migration {