Mails, Strono, filter
This commit is contained in:
parent
f53f17f9c1
commit
62e84637b6
99 changed files with 2409 additions and 474 deletions
|
|
@ -17,6 +17,13 @@ if (! function_exists('make_v2_url')) {
|
|||
}
|
||||
}
|
||||
|
||||
if (! function_exists('_format_date')) {
|
||||
function _format_date($date, $to = 'date')
|
||||
{
|
||||
return \App\Services\Util::_format_date($date, $to);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (! function_exists('array_to_json')) {
|
||||
function array_to_json($value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue