Skip to content

Commit 5b28299

Browse files
committed
[Notifier] Add correct tags for NullTransportFactory
1 parent c37e2f6 commit 5b28299

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/config/notifier_transports.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
</service>
2828

2929
<service id="notifier.transport_factory.null" class="Symfony\Component\Notifier\Transport\NullTransportFactory" parent="notifier.transport_factory.abstract">
30-
<tag name="notifier.transport_factory" />
30+
<tag name="chatter.transport_factory" />
31+
<tag name="texter.transport_factory" />
3132
</service>
3233
</services>
3334
</container>

0 commit comments

Comments
 (0)