Closed
Description
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