Skip to content
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

[9.x] Fixes creation of deprecations channel #43812

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

nunomaduro
Copy link
Member

This pull request fixes a regression introduced #42235 - that have being mentioned here laravel/laravel#5974 - that causes deprecations logging a Unable to create configured logger. Using emergency logger. for each deprecation found.

It's a little bit odd that this issue was found only now, yet it can be explained by the fact that the issue only exists on new Laravel applications and most of code out there is ready for PHP 8.1.

@nunomaduro nunomaduro requested a review from driesvints August 22, 2022 13:48
@taylorotwell taylorotwell merged commit d65260d into 9.x Aug 22, 2022
@taylorotwell taylorotwell deleted the fix/deprecations-channel-creation branch August 22, 2022 14:41
timacdonald pushed a commit to timacdonald/framework that referenced this pull request Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants