Files
trafficpumper/app/Enums/EarnLegalDocumentType.php
T

10 lines
137 B
PHP
Raw Normal View History

2026-08-29 15:53:53 +03:00
<?php
namespace App\Enums;
enum EarnLegalDocumentType: string
{
case Terms = 'terms';
case PrivacyNotice = 'privacy_notice';
}