You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #12250 [Mailer] Replace misused EventListener with an EventSubscriber. (Irvyne)
This PR was merged into the 4.3 branch.
Discussion
----------
[Mailer] Replace misused EventListener with an EventSubscriber.
In the new mailer component, the existing code for the "Global from Address" makes use of an EventSubscriber but the namespace & name of the file is wrongly named as an EventListener which could create confusion.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
6a1901d Replace misused EventListener with an EventSubscriber.
0 commit comments