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