Skip to content

Commit

Permalink
Update php/src/Container/WorkingState.php
Browse files Browse the repository at this point in the history
Co-authored-by: Simon L. <[email protected]>
Signed-off-by: Jean-Yves <[email protected]>
  • Loading branch information
docjyJ and szaimen authored Oct 7, 2024
1 parent 554c546 commit 33adb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/src/Container/WorkingState.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 33adb33

Please sign in to comment.