Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum EarnLegalDocumentType: string
|
||||
{
|
||||
case Terms = 'terms';
|
||||
case PrivacyNotice = 'privacy_notice';
|
||||
}
|
||||
Reference in New Issue
Block a user