enum case consistency, wip creating service
This commit is contained in:
@@ -4,6 +4,8 @@ namespace App\Enums;
|
||||
|
||||
enum ServiceStatus: string
|
||||
{
|
||||
case NOT_INSTALLED = 'not-installed';
|
||||
case INSTALLING = 'installing';
|
||||
case RUNNING = 'running';
|
||||
case STOPPED = 'stopped';
|
||||
case ERROR = 'error';
|
||||
|
||||
Reference in New Issue
Block a user