mirror of
https://github.com/anonaddy/anonaddy
synced 2026-04-25 17:15:29 +02:00
Added key modal to recipients page
This commit is contained in:
@@ -11,11 +11,13 @@ class AliasResource extends JsonResource
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'user_id' => $this->user_id,
|
||||
'domain_id' => $this->domain_id,
|
||||
'email' => $this->email,
|
||||
'active' => $this->active,
|
||||
'description' => $this->description,
|
||||
'emails_forwarded' => $this->emails_forwarded,
|
||||
'emails_blocked' => $this->emails_blocked,
|
||||
'emails_replied' => $this->emails_replied,
|
||||
'recipients' => $this->recipients,
|
||||
'created_at' => $this->created_at->toDateTimeString(),
|
||||
'updated_at' => $this->updated_at->toDateTimeString(),
|
||||
|
||||
Reference in New Issue
Block a user