arrayable enums, only use base ubuntu images, server controller tests, server frontend page fixes
This commit is contained in:
@@ -2,8 +2,12 @@
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
use App\Enums\Concerns\Arrayable;
|
||||
|
||||
enum ServiceStatus: string
|
||||
{
|
||||
use Arrayable;
|
||||
|
||||
case NOT_INSTALLED = 'not-installed';
|
||||
case INSTALLING = 'installing';
|
||||
case RUNNING = 'running';
|
||||
|
||||
Reference in New Issue
Block a user