iconSvgPath($moduleKey); } } if (! function_exists('crm_money')) { /** @deprecated Use care_money() */ function crm_money(?int $minor, ?string $currency = null): string { return care_money($minor, $currency); } }