Added key modal to recipients page

This commit is contained in:
Will Browning
2019-07-12 13:30:38 +01:00
parent 5398b5bea5
commit f590b2199b
11 changed files with 523 additions and 2 deletions

View File

@@ -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(),