mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge branch '2.0' into 2.0-docs
* 2.0: [Docs] Disallow indexing old-docs in search engines Fix channel collector's name to match the tag's id
This commit is contained in:
commit
fe9a38f1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ final class ChannelCollector extends DataCollector
|
|||
|
||||
public function getName(): string
|
||||
{
|
||||
return 'sylius.collector.channel';
|
||||
return 'sylius.channel_collector';
|
||||
}
|
||||
|
||||
private function pluckChannel(ChannelInterface $channel): array
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue