Skip to content

Commit 5bd737d

Browse files
vitolkachovapjcdawkins
authored andcommitted
add new const state for Activity (#92)
1 parent ce05966 commit 5bd737d

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
@@ -43,6 +43,8 @@ class Activity extends Resource
4343
const STATE_PENDING = 'pending';
4444
const STATE_CANCELLED = 'cancelled';
4545

46+
public const STATE_STAGED = 'staged';
47+
4648
/**
4749
* Wait for the activity to complete.
4850
*

0 commit comments

Comments
 (0)