Auto commit for release 'v6.2.0-alpha.2' on 2025-01-19

This commit is contained in:
github-actions
2025-01-19 19:12:01 +01:00
parent 053b46ae63
commit b2516ca1b4
12 changed files with 119 additions and 125 deletions

View File

@@ -40,7 +40,7 @@ class CurrencyTransformer extends AbstractTransformer
'id' => $currency->id,
'created_at' => $currency->created_at->toAtomString(),
'updated_at' => $currency->updated_at->toAtomString(),
'native' => $currency->userGroupNative,
'native' => $currency->userGroupNative,
'default' => $currency->userGroupNative,
'enabled' => $currency->userGroupEnabled,
'name' => $currency->name,