Skip to content

Commit a127bc8

Browse files
authored
Merge pull request #15 from sergey-telpuk/grpc_mode
Added MODE_GRPC = 'grpc' env
2 parents 210cbb1 + a6d7595 commit a127bc8

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
@@ -30,4 +30,9 @@ interface Mode
3030
* @var string
3131
*/
3232
public const MODE_JOBS = 'jobs';
33+
34+
/**
35+
* @var string
36+
*/
37+
public const MODE_GRPC = 'grpc';
3338
}

0 commit comments

Comments
 (0)