Skip to content

Commit 1d06c4e

Browse files
committed
Use correct tag for ExpoTransportFactory service
fixes symfony#44833
1 parent 32c4050 commit 1d06c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,6 @@
272272

273273
->set('notifier.transport_factory.expo', ExpoTransportFactory::class)
274274
->parent('notifier.transport_factory.abstract')
275-
->tag('chatter.transport_factory')
275+
->tag('texter.transport_factory')
276276
;
277277
};

0 commit comments

Comments
 (0)