refactor: standardize manager design
All checks were successful
Build Test / test (pull_request) Successful in 23s
JS Unit Tests / test (pull_request) Successful in 22s
PHP Unit Tests / test (pull_request) Successful in 1m5s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-02-25 00:18:28 -05:00
parent 4a7fe7aeb4
commit 65435b526c
3 changed files with 10 additions and 32 deletions

View File

@@ -13,7 +13,7 @@ export class ProviderObject implements ProviderInterface {
constructor() {
this._data = {
'@type': 'mail.provider',
'@type': 'mail:provider',
identifier: '',
label: '',
capabilities: {},