mirror of
https://github.com/flarum/core.git
synced 2025-08-06 00:17:31 +02:00
@@ -30,6 +30,7 @@ class FlagSerializer extends AbstractSerializer
|
||||
'type' => $flag->type,
|
||||
'reason' => $flag->reason,
|
||||
'reasonDetail' => $flag->reason_detail,
|
||||
'time' => $this->formatDate($flag->time),
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user