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

Compatibility with Laravel 5.6 #30

Open
ldanielduarte opened this issue Apr 17, 2018 · 0 comments
Open

Compatibility with Laravel 5.6 #30

ldanielduarte opened this issue Apr 17, 2018 · 0 comments

Comments

@ldanielduarte
Copy link

Hello is it possible to make a change to add compatibility with Laravel 5.6?

From what I've understood it would be a simple change:

in the file src/Prettus/RequestLogger/Logger.php, line 5
change "use Illuminate\Contracts\Logging\Log;" to "use Psr\Log\LoggerInterface as Log;"
and after add the missing method from the abstract class.

Thank you for your availability.

Cheers.

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

No branches or pull requests

1 participant