[Notifier] Add correct tags for NullTransportFactory

This commit is contained in:
Jan Schädlich 2020-02-22 13:45:12 +01:00
parent bd42f129df
commit 1ff5e3c83f

View File

@ -27,7 +27,8 @@
</service> </service>
<service id="notifier.transport_factory.null" class="Symfony\Component\Notifier\Transport\NullTransportFactory" parent="notifier.transport_factory.abstract"> <service id="notifier.transport_factory.null" class="Symfony\Component\Notifier\Transport\NullTransportFactory" parent="notifier.transport_factory.abstract">
<tag name="notifier.transport_factory" /> <tag name="chatter.transport_factory" />
<tag name="texter.transport_factory" />
</service> </service>
</services> </services>
</container> </container>