Skip to content

Commit 4637713

Browse files
authored
Update ConversationAccess.php
1 parent 1655841 commit 4637713

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Enumerations/ConversationAccess.php

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ final class ConversationAccess
88
{
99
public const READ_WRITE = 'ReadWrite';
1010
public const READ = 'Read';
11+
public const NONE = 'None';
1112
}

0 commit comments

Comments
 (0)