Removed stray character

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-03 15:30:34 -07:00
parent f033aeda83
commit 5901182885

View file

@ -850,6 +850,7 @@ class Helper
* @param $array * @param $array
* @return array|string|null * @return array|string|null
*/ */
public static function getFormattedDateObject($date, $type = 'datetime', $array = true) public static function getFormattedDateObject($date, $type = 'datetime', $array = true)
{ {
if ($date == '') { if ($date == '') {
@ -869,7 +870,7 @@ class Helper
* database before then - or if they manually edited the field's value - it will crash. * database before then - or if they manually edited the field's value - it will crash.
* *
*/ */
=
try { try {
$tmp_date = new \Carbon($date); $tmp_date = new \Carbon($date);