diff --git a/php/src/Container/WorkingState.php b/php/src/Container/WorkingState.php index 3b4a24ccfc2..f6481027fdd 100644 --- a/php/src/Container/WorkingState.php +++ b/php/src/Container/WorkingState.php @@ -2,7 +2,7 @@ namespace AIO\Container; -enum WorkingState: string { +enum ContainerState: string { case ImageDoesNotExist = 'image_does_not_exist'; case NotRestarting = 'not_restarting'; case Restarting = 'restarting';