Merge pull request #21120 from eileenmcnaughton/acl_setting
[civicrm-core.git] / CRM / Utils / Money.php
index a67ac1b63361b83ceaf5de7da816372d379e3bf1..2d5974867841682f468bfaf5ea2e5abd889b8b2e 100644 (file)
@@ -194,7 +194,7 @@ class CRM_Utils_Money {
    *
    * @return string
    */
-  protected static function formatUSLocaleNumericRounded($amount, int $numberOfPlaces): string {
+  public static function formatUSLocaleNumericRounded($amount, int $numberOfPlaces): string {
     if (!extension_loaded('intl') || !is_numeric($amount)) {
       // @todo - we should not attempt to format non-numeric strings. For now
       // these will not fail but will give notices on php 7.4