mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Removed stray character
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f033aeda83
commit
5901182885
|
@ -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…
Reference in a new issue