|
@@ -107,7 +107,7 @@ |
|
|
block discarded – undo |
|
107
|
107
|
/** @var ChannelInterface|null $subscribedChannel */ |
|
108
|
108
|
$subscribedChannel = null; |
|
109
|
109
|
try { |
|
110
|
|
- $subscribedChannel = (true === $customer->isSubscribedToNewsletter())?$this->channelContext->getChannel():null; |
|
|
110
|
+ $subscribedChannel = (true === $customer->isSubscribedToNewsletter()) ? $this->channelContext->getChannel() : null; |
|
111
|
111
|
} catch (\Exception $e) {} |
|
112
|
112
|
|
|
113
|
113
|
$channels = $this->channelRepository->findAll(); |
Please login to merge, or discard this patch.