mirror of
https://github.com/flarum/framework.git
synced 2025-05-17 20:02:32 +08:00
parent
c52d32fbd0
commit
301ff7e8b2
@ -30,6 +30,7 @@ class FlagSerializer extends AbstractSerializer
|
|||||||
'type' => $flag->type,
|
'type' => $flag->type,
|
||||||
'reason' => $flag->reason,
|
'reason' => $flag->reason,
|
||||||
'reasonDetail' => $flag->reason_detail,
|
'reasonDetail' => $flag->reason_detail,
|
||||||
|
'time' => $this->formatDate($flag->time),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user