We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97399e1 + ffbfad1 commit 028adbbCopy full SHA for 028adbb
1 file changed
src/Environment/Mode.php
@@ -40,4 +40,9 @@ interface Mode
40
* @var string
41
*/
42
public const MODE_TCP = 'tcp';
43
+
44
+ /**
45
+ * @var string
46
+ */
47
+ public const MODE_CENTRIFUGE = 'centrifuge';
48
}
0 commit comments