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

Обновлен Writer для 5.6 #1

Merged
merged 1 commit into from
Jul 13, 2018
Merged

Обновлен Writer для 5.6 #1

merged 1 commit into from
Jul 13, 2018

Conversation

dev-two
Copy link
Contributor

@dev-two dev-two commented Jul 12, 2018

В Laravel 5.6 случилось следующее:

The Illuminate\Log\Writer class has been renamed to Illuminate\Log\Logger. If you were explicitly type-hinting this class as a dependency of one of your application's classes, you should update the class reference to the new name. Or, alternatively, you should strongly consider type-hinting the standardized Psr\Log\LoggerInterface interface instead.

Обновление исправляет проблему, возникающую при обновлении на Laravel 5.6

В Laravel 5.6 случилось следующее:

The Illuminate\Log\Writer class has been renamed to Illuminate\Log\Logger. If you were explicitly type-hinting this class as a dependency of one of your application's classes, you should update the class reference to the new name. Or, alternatively, you should strongly consider type-hinting the standardized Psr\Log\LoggerInterface interface instead.

Обновление исправляет проблему, возникающую при обновлении на Laravel 5.6
@maximkou maximkou merged commit 1032536 into nutnetru:master Jul 13, 2018
@maximkou
Copy link
Contributor

Спасибо! В течение дня сделаем минорный релиз и обновим документацию.

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.

None yet

2 participants