Renamed EncryptionChannelState.php to EncryptionChannelStatus.php
This commit is contained in:
parent
1f5a04d04e
commit
4a2a307fed
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
namespace Socialbox\Enums\Status;
|
||||
|
||||
enum EncryptionChannelState : string
|
||||
enum EncryptionChannelStatus : string
|
||||
{
|
||||
case AWAITING_RECEIVER = 'AWAITING_RECEIVER';
|
||||
case SERVER_REJECTED = 'SERVER_REJECTED';
|
||||
case PEER_REJECTED = 'PEER_REJECTED';
|
||||
case ERROR = 'ERROR';
|
||||
case DECLINED = 'DECLINED';
|
||||
case OPENED = 'OPENED';
|
||||
case CLOSED = 'CLOSED';
|
||||
}
|
Loading…
Add table
Reference in a new issue