$options]); } return 'teams'; } /** * Enable the terms of service and privacy policy feature. * * @return string */ public static function termsAndPrivacyPolicy() { return 'terms'; } /** * Enable the account deletion feature. * * @return string */ public static function accountDeletion() { return 'account-deletion'; } }