Update src/Appwrite/Platform/Workers/Migrations.php

This commit is contained in:
Jake Barnby 2025-08-29 02:48:31 +12:00 committed by GitHub
parent bef0aff7c9
commit f43cbaf1a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -344,10 +344,10 @@ class Migrations extends Action
break;
}
$aggregatedResources[] = [
"name" => $resource->getName(),
"count" => $count,
"databaseId" => $databaseId,
"tableId" => $tableId
'name' => $resource->getName(),
'count' => $count,
'databaseId' => $databaseId,
'tableId' => $tableId
];
}