add dashboard mailbox, added usage log, pending-switch email, mailbox history, email history

This commit is contained in:
Gitea
2025-05-04 19:39:53 +05:30
parent 6e2a750c4e
commit 3b9967a749
15 changed files with 1129 additions and 112 deletions

View File

@@ -12,6 +12,7 @@ class Plan extends Model
'product_id',
'pricing_id',
'price',
'mailbox_limit',
'monthly_billing',
'details'
];