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:
Grzegorz Sadowski 2024-11-19 09:51:54 +01:00
commit cc4d72579f
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -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