mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
user ban log
This commit is contained in:
@@ -17,7 +17,7 @@ class InviteResource extends JsonResource
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'inviter' => $this->inviter,
|
||||
'invitee' => $this->inviter,
|
||||
'invitee' => $this->invitee,
|
||||
'hash' => $this->hash,
|
||||
'time_invited' => $this->time_invited,
|
||||
'valid' => $this->valid,
|
||||
|
||||
Reference in New Issue
Block a user