Skip to content

Commit 028adbb

Browse files
authored
Merge pull request #23 from spiral/feature/rr-mode-centrifuge
Adds centrifuge mode
2 parents 97399e1 + ffbfad1 commit 028adbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Environment/Mode.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,9 @@ interface Mode
4040
* @var string
4141
*/
4242
public const MODE_TCP = 'tcp';
43+
44+
/**
45+
* @var string
46+
*/
47+
public const MODE_CENTRIFUGE = 'centrifuge';
4348
}

0 commit comments

Comments
 (0)