From 33adb33386ad0815003d72bf2d3d21a6957c01fe Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:20:49 +0200 Subject: [PATCH] Update php/src/Container/WorkingState.php Co-authored-by: Simon L. Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- php/src/Container/WorkingState.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';