From 1d06c4e5de1a89698b6e1ad26deecb803100bc34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=A4dlich?= Date: Wed, 5 Jan 2022 14:06:27 +0000 Subject: [PATCH] Use correct tag for ExpoTransportFactory service fixes #44833 --- .../FrameworkBundle/Resources/config/notifier_transports.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php b/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php index 8e3bb4ce2abed..c07028847d095 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php @@ -272,6 +272,6 @@ ->set('notifier.transport_factory.expo', ExpoTransportFactory::class) ->parent('notifier.transport_factory.abstract') - ->tag('chatter.transport_factory') + ->tag('texter.transport_factory') ; };