@@ -25,6 +25,9 @@ |
||
| 25 | 25 | $this->format($notification); |
| 26 | 26 | } |
| 27 | 27 | |
| 28 | + /** |
|
| 29 | + * @param string $key |
|
| 30 | + */ |
|
| 28 | 31 | public function setDispatchers($key, MessageDispatcherInterface $dispatcher) |
| 29 | 32 | { |
| 30 | 33 | $this->dispatchers[$key] = $dispatcher; |