make app database
This commit is contained in:
10
app/Domain/Loan/Enums/WorkflowConfigurationStatus.php
Normal file
10
app/Domain/Loan/Enums/WorkflowConfigurationStatus.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\Loan\Enums;
|
||||
|
||||
enum WorkflowConfigurationStatus: string
|
||||
{
|
||||
case Draft = 'DRAFT';
|
||||
case Published = 'PUBLISHED';
|
||||
case Archived = 'ARCHIVED';
|
||||
}
|
||||
Reference in New Issue
Block a user