From 767e202b342a2fdca91e08da22029d30e160117a Mon Sep 17 00:00:00 2001 From: Darshan Date: Thu, 17 Apr 2025 10:54:23 +0530 Subject: [PATCH] update: name. --- app/controllers/api/migrations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/migrations.php b/app/controllers/api/migrations.php index 2c4090bed1..4a1e5de227 100644 --- a/app/controllers/api/migrations.php +++ b/app/controllers/api/migrations.php @@ -364,7 +364,7 @@ App::post('/v1/migrations/csv') 'status' => 'pending', 'stage' => 'init', 'source' => CSV::getName(), - 'destination' => Appwrite::class::getName(), + 'destination' => Appwrite::getName(), 'resources' => $resources, 'resourceId' => $resourceId, 'resourceType' => Resource::TYPE_DATABASE,