@@ -57,7 +57,7 @@ |
||
57 | 57 | */ |
58 | 58 | foreach ($this->channelRepository->findAll() as $channel) { |
59 | 59 | foreach ($this->currencyRepository->findAll() as $currency) { |
60 | - $builder->add($channel->getCode().$options['delimiter'].$currency->getCode(), MoneyType::class, [ |
|
60 | + $builder->add($channel->getCode() . $options['delimiter'] . $currency->getCode(), MoneyType::class, [ |
|
61 | 61 | 'label' => sprintf('%s %s', $channel->getName(), $currency->getCode()) |
62 | 62 | ]); |
63 | 63 | } |