Live Show data model + workflow
This commit is contained in:
12
app/Enums/PhotoLiveStatus.php
Normal file
12
app/Enums/PhotoLiveStatus.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum PhotoLiveStatus: string
|
||||
{
|
||||
case NONE = 'none';
|
||||
case PENDING = 'pending';
|
||||
case APPROVED = 'approved';
|
||||
case REJECTED = 'rejected';
|
||||
case EXPIRED = 'expired';
|
||||
}
|
||||
Reference in New Issue
Block a user