Skip to content

Commit 01a865f

Browse files
committed
bug #39072 [FrameworkBundle] [Notifier] fix firebase transport factory DI tag type (xabbuh)
This PR was merged into the 5.1 branch. Discussion ---------- [FrameworkBundle] [Notifier] fix firebase transport factory DI tag type | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #39062 | License | MIT | Doc PR | Commits ------- 3814523 fix firebase transport factory DI tag type
2 parents 355f18d + 3814523 commit 01a865f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</service>
3636

3737
<service id="notifier.transport_factory.firebase" class="Symfony\Component\Notifier\Bridge\Firebase\FirebaseTransportFactory" parent="notifier.transport_factory.abstract">
38-
<tag name="texter.transport_factory" />
38+
<tag name="chatter.transport_factory" />
3939
</service>
4040

4141
<service id="notifier.transport_factory.freemobile" class="Symfony\Component\Notifier\Bridge\FreeMobile\FreeMobileTransportFactory" parent="notifier.transport_factory.abstract">

0 commit comments

Comments
 (0)