DONE: layout letter with letterhead and footer, notification for newly...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\MembershipApplication\Enums;
|
||||
|
||||
enum ManagementDecision: string
|
||||
{
|
||||
case Approved = 'APPROVED';
|
||||
case Rejected = 'REJECTED';
|
||||
}
|
||||
Reference in New Issue
Block a user