Skip to content

Commit

Permalink
Use correct tag for ExpoTransportFactory service
Browse files Browse the repository at this point in the history
fixes #44833
  • Loading branch information
jschaedl committed Jan 5, 2022
1 parent 96f50bf commit be0d101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/notifier_transports.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,6 @@

->set('notifier.transport_factory.expo', ExpoTransportFactory::class)
->parent('notifier.transport_factory.abstract')
->tag('chatter.transport_factory')
->tag('texter.transport_factory')
;
};

0 comments on commit be0d101

Please sign in to comment.