DONE: layout letter with letterhead and footer, notification for newly...
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\MembershipApplication\Enums;
|
||||
|
||||
enum ApplicationStatus: string
|
||||
{
|
||||
case Submitted = 'SUBMITTED';
|
||||
case PendingBoard = 'PENDING_BOARD';
|
||||
case ManagementRejected = 'MANAGEMENT_REJECTED';
|
||||
case PendingNotification = 'PENDING_NOTIFICATION';
|
||||
case Completed = 'COMPLETED';
|
||||
}
|
||||
Reference in New Issue
Block a user