Skip to content

Commit

Permalink
Merge pull request #23 from spiral/feature/rr-mode-centrifuge
Browse files Browse the repository at this point in the history
Adds centrifuge mode
  • Loading branch information
butschster authored Oct 28, 2022
2 parents 97399e1 + ffbfad1 commit 028adbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Environment/Mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ interface Mode
* @var string
*/
public const MODE_TCP = 'tcp';

/**
* @var string
*/
public const MODE_CENTRIFUGE = 'centrifuge';
}

0 comments on commit 028adbb

Please sign in to comment.