-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Clarify & expand service decoration description #16161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I also added an `App\\Mailer` namespace to all code examples.
@javiereguiluz Pinging for a review when you have time. 🙏 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain why we need the sub Mailer Namespace?
@nicolas-grekas would you have some time to review this PR ? Thanks |
@OskarStark Thank you for the review! I added the sub Mailer namespace because that's how it would normally be coded (best practice). We would not put the |
I'm closing this PR and redoing it because I forgot to create separate fix branches. That's basically preventing me from creating separate new PR. |
I also added an App\Mailer namespace to all code examples.