Updates to 03-2025
This commit is contained in:
parent
881fc84207
commit
4eb83def39
142 changed files with 21396 additions and 11243 deletions
|
|
@ -24,6 +24,14 @@ if (! function_exists('_format_date')) {
|
|||
}
|
||||
}
|
||||
|
||||
if (! function_exists('_format_text')) {
|
||||
function _format_text($text, $opt = 'html')
|
||||
{
|
||||
return $text ? \App\Services\Util::_format_text($text, $opt) : null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (! function_exists('_number_format')) {
|
||||
function _number_format($number, $dec = 2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue