Skip to content

Commit

Permalink
feat(database): number_with_commas format
Browse files Browse the repository at this point in the history
  • Loading branch information
DJafari committed May 2, 2023
1 parent f9f9fbc commit 45a67ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Databases/Properties/NumberFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ enum NumberFormat: string
{
case Number = "number";
case NumberChangeCommas = "number_change_commas";
case NumberWithCommas = "number_with_commas";
case Percent = "percent";
case Dollar = "dollar";
case CanadianDollar = "canadian_dollar";
Expand Down

0 comments on commit 45a67ea

Please sign in to comment.