@@ -16,7 +16,7 @@ |
||
| 16 | 16 | |
| 17 | 17 | protected function modify(Token $token): Token |
| 18 | 18 | { |
| 19 | - $token->changeTranslationKey($this->translationKeyPrefix . $token->getTranslationKey()); |
|
| 19 | + $token->changeTranslationKey($this->translationKeyPrefix.$token->getTranslationKey()); |
|
| 20 | 20 | return $token; |
| 21 | 21 | } |
| 22 | 22 | } |