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

Commits on Jul 12, 2018

  1. Обновлен Writer для 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
    dev-two committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    5500203 View commit details
    Browse the repository at this point in the history