Skip to content

Commit b807e90

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: remove unreachable code [Browserkit] Add changelog entry for request parameters string cast Update ExceptionEvent.php fix firebase transport factory DI tag type [Validator] Resolve IsinValidator's dependency on the validator. [HttpFoundation] Fix for virtualhosts based on URL path
2 parents d7f08b6 + a82f301 commit b807e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/notifier_transports.php

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