-
Notifications
You must be signed in to change notification settings - Fork 0
EB-20134 3.0 #20
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
EB-20134 3.0 #20
Conversation
|
I was unable to add the |
1 similar comment
|
I was unable to add the |
|
I was unable to add the |
|
I was unable to add the |
| * | ||
| * @internal | ||
| */ | ||
| final class LoggerAwarePass implements CompilerPassInterface |
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.
👍 not needed since Symfony 4.2 symfony/symfony@afda3c8
| { | ||
| public function build(ContainerBuilder $container): void | ||
| { | ||
| $container->addCompilerPass(new LoggerAwarePass()); |
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.
👍 not needed since Symfony 4.2 symfony/symfony@afda3c8
ch3ric
left a comment
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.
fixed in #22
✔️
No description provided.