Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Notifier] [expo-notifier] Wrong service tag applied via framework bundle to ExpoTransportFactory #44833

Closed
@ahoendgen

Description

@ahoendgen

Symfony version(s) affected

6.0.0

Description

The expo-notifier transport factory is tagged with chatter.transport_factory but must be tagged with texter.transport_factory to work properly.

How to reproduce

  • install only expo-notifier bundle
  • configure it via .env
  • try to send a message via autowired TexterInterface
  • see exception because NullTransportFactory won't pickup the expo schema

Possible Solution

change chatter.transport_factory to texter.transport_factory in

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions