Rebrand update

This commit is contained in:
Will Browning
2023-10-04 11:32:39 +01:00
parent 045e82bae8
commit 8d6ddb4434
244 changed files with 19717 additions and 8893 deletions

View File

@@ -33,6 +33,7 @@ class UserResource extends JsonResource
'recipient_count' => $this->recipients()->count(),
'active_domain_count' => $this->domains()->where('active', true)->count(),
'active_shared_domain_alias_count' => $this->activeSharedDomainAliases()->count(),
'active_rule_count' => $this->activeRules()->count(),
'total_emails_forwarded' => (int) $totals->forwarded,
'total_emails_blocked' => (int) $totals->blocked,
'total_emails_replied' => (int) $totals->replied,