fixes
This commit is contained in:
parent
a21f3baec9
commit
7c4620af93
|
|
@ -191,7 +191,7 @@ class TransactionTransformer implements BankRevenueInterface
|
||||||
$date_format_default = $date_format->format;
|
$date_format_default = $date_format->format;
|
||||||
}
|
}
|
||||||
|
|
||||||
return Carbon::createFromFormat("DD-MM-YYYY", $input)->setTimezone($timezone_name)->format($date_format_default);
|
return Carbon::createFromFormat("DD-MM-YYYY", $input)->setTimezone($timezone_name)->format($date_format_default) ?? $input;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue