Extend contacts migrator

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2022-04-08 19:24:36 +00:00
parent 4750f232eb
commit d8eaae8217

View file

@ -363,4 +363,25 @@ class ContactsMigrator implements IMigrator {
}
}
}
/**
* {@inheritDoc}
*/
public function getId(): string {
return 'contacts';
}
/**
* {@inheritDoc}
*/
public function getDisplayName(): string {
return $this->l10n->t('Contacts');
}
/**
* {@inheritDoc}
*/
public function getDescription(): string {
return $this->l10n->t('Contacts and groups');
}
}