@@ -56,7 +56,7 @@ |
||
56 | 56 | protected function appendHandleMethod($interaction, $method = 'handle') |
57 | 57 | { |
58 | 58 | if (!str_contains($interaction, '@')) { |
59 | - $interaction .= '@' . $method; |
|
59 | + $interaction .= '@'.$method; |
|
60 | 60 | } |
61 | 61 | |
62 | 62 | return $interaction; |