Skip to content

Commit

Permalink
Remove old function
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Jul 24, 2024
1 parent b3d31a1 commit eeb6198
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/MoneyFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,4 @@ private static function getNumberFormatter(string $locale, int $style, int $deci

return $numberFormatter;
}

private static function getDecimals(?int $decimals = null): int
{
if (! is_null($decimals)) {
return $decimals;
}

return (int) config('filament-money-field.decimal_digits', 2);
}
}

0 comments on commit eeb6198

Please sign in to comment.