Skip to content

Commit a82f301

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: remove unreachable code Update ExceptionEvent.php fix firebase transport factory DI tag type [HttpFoundation] Fix for virtualhosts based on URL path
2 parents 2700cba + e59b073 commit a82f301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Resources/config/notifier_transports.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
->set('notifier.transport_factory.firebase', FirebaseTransportFactory::class)
7575
->parent('notifier.transport_factory.abstract')
76-
->tag('texter.transport_factory')
76+
->tag('chatter.transport_factory')
7777

7878
->set('notifier.transport_factory.freemobile', FreeMobileTransportFactory::class)
7979
->parent('notifier.transport_factory.abstract')

0 commit comments

Comments
 (0)