Skip to content

Commit

Permalink
Add WhatsApp as a valid contact type (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-campbell-bbc authored Oct 3, 2024
1 parent 1f10b42 commit abd89ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Domain/Enumeration/ContactMediumEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ class ContactMediumEnum
public const INSTAGRAM = 'instagram';
public const OTHER = 'other';
public const UGC = 'ugc';
public const WHATSAPP = 'whatsapp';
}

0 comments on commit abd89ff

Please sign in to comment.