update deploy
This commit is contained in:
11
app/Enums/LeadStatus.php
Normal file
11
app/Enums/LeadStatus.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum LeadStatus: string
|
||||
{
|
||||
case New = 'new';
|
||||
case Contacted = 'contacted';
|
||||
case Enrolled = 'enrolled';
|
||||
case Cancelled = 'cancelled';
|
||||
}
|
||||
Reference in New Issue
Block a user