mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 22:46:55 +00:00
Update php/src/Container/WorkingState.php
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
parent
edeb5ca40a
commit
dc209adb84
4 changed files with 25 additions and 25 deletions
|
|
@ -1,12 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace AIO\Container;
|
||||
|
||||
enum WorkingState: string {
|
||||
case ImageDoesNotExist = 'image_does_not_exist';
|
||||
case NotRestarting = 'not_restarting';
|
||||
case Restarting = 'restarting';
|
||||
case Running = 'running';
|
||||
case Starting = 'starting';
|
||||
case Stopped = 'stopped';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue