[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
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
</service>
<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>
</services>
</container>