mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Extend contacts migrator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
4750f232eb
commit
d8eaae8217
1 changed files with 21 additions and 0 deletions
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue