@@ -11,7 +11,7 @@ |
||
| 11 | 11 | { |
| 12 | 12 | $app = new App\App(); |
| 13 | 13 | |
| 14 | - $app->topic('articles', function ($topicPattern) { |
|
| 14 | + $app->topic('articles', function($topicPattern) { |
|
| 15 | 15 | return new App\ArticleTopic($topicPattern); |
| 16 | 16 | }); |
| 17 | 17 | |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | { |
| 9 | 9 | parent::__construct($values); |
| 10 | 10 | |
| 11 | - $this->topic('articles', function ($topicPattern, $arguments) { |
|
| 11 | + $this->topic('articles', function($topicPattern, $arguments) { |
|
| 12 | 12 | $channelName = $arguments['channel']; |
| 13 | 13 | |
| 14 | 14 | return new ArticleTopic($topicPattern, $channelName); |