diff options
author | Wolfy-J <[email protected]> | 2018-01-28 18:24:25 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-28 18:24:25 +0300 |
commit | 066e6b32bb7ea5d31f8b0f510584d03dad33626f (patch) | |
tree | e3e402b38ef9eb4dacf86feae71da81275d0929b /source | |
parent | 1e689bdd7a0c0cde85f47091afcee7f292c4cafd (diff) |
minus one byte
Diffstat (limited to 'source')
-rw-r--r-- | source/Worker.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Worker.php b/source/Worker.php index 474101b4..5835baf2 100644 --- a/source/Worker.php +++ b/source/Worker.php @@ -24,7 +24,7 @@ use Spiral\RoadRunner\Exceptions\RoadRunnerException; class Worker { // Send as response context to request worker termination - const STOP = '{"stop": true}'; + const STOP = '{"stop":true}'; /** @var Relay */ private $relay; |