Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3814523

Browse files
committed
fix firebase transport factory DI tag type
1 parent 355f18d commit 3814523

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

Lines changed: 1 addition & 1 deletion
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)