@@ -83,6 +83,9 @@ |
||
83 | 83 | return $this->templatingEngine->renderResponse('@SyliusAdmin/Dashboard/index.html.twig', $data); |
84 | 84 | } |
85 | 85 | |
86 | + /** |
|
87 | + * @return ChannelInterface |
|
88 | + */ |
|
86 | 89 | private function findChannelByCodeOrFindFirst(?string $channelCode): ?ChannelInterface |
87 | 90 | { |
88 | 91 | $channel = null; |