Added uuid aliases

This commit is contained in:
Will Browning
2019-08-01 12:35:13 +01:00
parent c7979935c3
commit 1433805cf9
10 changed files with 194 additions and 7 deletions

View File

@@ -12,6 +12,9 @@ class AliasResource extends JsonResource
'id' => $this->id,
'user_id' => $this->user_id,
'domain_id' => $this->domain_id,
'local_part' => $this->local_part,
'extension' => $this->extension,
'domain' => $this->domain,
'email' => $this->email,
'active' => $this->active,
'description' => $this->description,