Skip to content

Commit 524aa3a

Browse files
authored
add new const state for Activity (#92)
1 parent 40cadda commit 524aa3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Model/Activity.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ class Activity extends ApiResourceBase
4848

4949
public const STATE_CANCELLED = 'cancelled';
5050

51+
public const STATE_STAGED = 'staged';
52+
5153
/**
5254
* Wait for the activity to complete.
5355
*

0 commit comments

Comments
 (0)