-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[4.2] Annotate Psr\Log\LoggerInterface as provided by LogServiceProvider. #5965
[4.2] Annotate Psr\Log\LoggerInterface as provided by LogServiceProvider. #5965
Conversation
The Psr\Log\LoggerInterface was added to app->bind but not added to the provides array in the LogServiceProvider. See: itsgoingd/clockwork#67
👍 |
👍 yup. |
…e_provider [4.2] Annotate Psr\Log\LoggerInterface as provided by LogServiceProvider.
Any ETA on a 4.x release with this fix included? |
I don't know if any of the 4.2 bugs are blocking the tag. |
I'm still pinned at 4.2.9 until a new release is cut. |
No, we're at v4.2.11: https://github.com/laravel/framework/releases. Related issue: #6200. |
Oh, do you mean you can't upgrade until this is included in a tag? |
Same here as @spencerdeinum, 4.2.11 doesn't have the fix included and that release has been pushed a while ago now. @GrahamCampbell: yep :) |
@quagh @spencerdeinum @GrahamCampbell FYI: Taylor just tagged 4.2.12 which will contain this bugfix. |
The Psr\Log\LoggerInterface was added to app->bind but not added to the
provides array in the LogServiceProvider.
See: itsgoingd/clockwork#67