@@ -28,6 +28,9 @@ |
||
28 | 28 | $this->store("jobs/$job/service", $this->service); |
29 | 29 | } |
30 | 30 | |
31 | + /** |
|
32 | + * @param string $event |
|
33 | + */ |
|
31 | 34 | public function subscribe($event) |
32 | 35 | { |
33 | 36 | $this->store("events/$event/$this->service"); |