@@ -56,7 +56,7 @@ |
||
| 56 | 56 | */ |
| 57 | 57 | public function exportFor($channel) |
| 58 | 58 | { |
| 59 | - if (method_exists($this, $method = 'exportFor'.Inflector::camelize($channel))) { |
|
| 59 | + if (method_exists($this, $method = 'exportFor' . Inflector::camelize($channel))) { |
|
| 60 | 60 | return $this->{$method}(); |
| 61 | 61 | } |
| 62 | 62 | throw new \InvalidArgumentException("Can not find message export for chanel `{$channel}`"); |