update: method name.

This commit is contained in:
Darshan
2025-10-14 12:49:34 +05:30
parent 6073eab496
commit 1f27867565
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -4345,12 +4345,12 @@
"source": {
"type": "git",
"url": "https://github.com/utopia-php/migration.git",
"reference": "b79066f3583d4351b532e55649961d2f488815a5"
"reference": "1a45ca8117328801f4a28dd6b3946756cba0e273"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/migration/zipball/b79066f3583d4351b532e55649961d2f488815a5",
"reference": "b79066f3583d4351b532e55649961d2f488815a5",
"url": "https://api.github.com/repos/utopia-php/migration/zipball/1a45ca8117328801f4a28dd6b3946756cba0e273",
"reference": "1a45ca8117328801f4a28dd6b3946756cba0e273",
"shasum": ""
},
"require": {
@@ -4393,7 +4393,7 @@
"issues": "https://github.com/utopia-php/migration/issues",
"source": "https://github.com/utopia-php/migration/tree/feat-documents-db"
},
"time": "2025-10-11T13:59:15+00:00"
"time": "2025-10-14T05:42:12+00:00"
},
{
"name": "utopia-php/mongo",
@@ -74,7 +74,7 @@ class Create extends DocumentCreate
new Method(
namespace: 'documentsDB',
group: $this->getSdkGroup(),
name: $this->getBulkActionName(self::getName()),
name: 'createDocuments',
desc: 'Create documents',
description: '/docs/references/documentsdb/create-documents.md',
auth: [AuthType::ADMIN, AuthType::KEY],