install
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
use App\Modules\TurkmenNumberFormatter\Repositories\TurkmenNumberFormatter;
|
||||
|
||||
/**
|
||||
* Written format of money in turkmen
|
||||
*/
|
||||
function moneyFormatInTurkmenLetter(int|float|string $money): string
|
||||
{
|
||||
return TurkmenNumberFormatter::format(floatval($money));
|
||||
}
|
||||
Reference in New Issue
Block a user