Set the field to "null"

This commit is contained in:
Michael 2023-03-14 16:18:16 +00:00
parent 6ffecd2b74
commit 7382c3bd86
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class Status extends BaseDataTransferObject
}
if ($status['created_at'] == $status['edited_at']) {
unset($status['edited_at']);
$status['edited_at'] = null;
}
return $status;