Add constant for default phone type (work)

This commit is contained in:
Joshua Ramon Enslin 2021-03-13 02:01:39 +01:00
parent 401d557b66
commit 208d39cc30
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -17,6 +17,8 @@ declare(strict_types = 1);
*/ */
final class MDPhoneTypesSet extends MDValueSet { final class MDPhoneTypesSet extends MDValueSet {
const DEFAULT_PHONE_TYPE = 'work';
const PHONE_TYPES = [ const PHONE_TYPES = [
'work', 'work',
'home', 'home',