<?php
namespace App\Enums;
enum EarnLegalDocumentType: string
{
case Terms = 'terms';
case PrivacyNotice = 'privacy_notice';
}