Removed stray character
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f033aeda83
commit
5901182885
1 changed files with 2 additions and 1 deletions
|
@ -850,6 +850,7 @@ class Helper
|
|||
* @param $array
|
||||
* @return array|string|null
|
||||
*/
|
||||
|
||||
public static function getFormattedDateObject($date, $type = 'datetime', $array = true)
|
||||
{
|
||||
if ($date == '') {
|
||||
|
@ -869,7 +870,7 @@ class Helper
|
|||
* database before then - or if they manually edited the field's value - it will crash.
|
||||
*
|
||||
*/
|
||||
=
|
||||
|
||||
|
||||
try {
|
||||
$tmp_date = new \Carbon($date);
|
||||
|
|
Loading…
Add table
Reference in a new issue