Rename method.

This commit is contained in:
James Cole
2025-07-31 20:17:46 +02:00
parent 65a926874b
commit 210bd83bd4
39 changed files with 61 additions and 61 deletions

View File

@@ -105,7 +105,7 @@ class UserGroupTransformer extends AbstractTransformer
*/
public function transform(UserGroup $userGroup): array
{
$currency = Amount::getNativeCurrencyByUserGroup($userGroup);
$currency = Amount::getPrimaryCurrencyByUserGroup($userGroup);
return [
'id' => $userGroup->id,