We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa7100 commit 927545fCopy full SHA for 927545f
1 file changed
src/Database/Adapter/Mongo.php
@@ -1978,7 +1978,7 @@ protected function getInternalKeyForAttribute(string $attribute): string
1978
{
1979
return match ($attribute) {
1980
'$id' => '_uid',
1981
- '', '$sequence' => '_id',
+ '$sequence' => '_id',
1982
'$collection' => '_collection',
1983
'$tenant' => '_tenant',
1984
'$createdAt' => '_createdAt',
0 commit comments