-
-
Notifications
You must be signed in to change notification settings - Fork 859
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
L5.6 Issue with Illuminate\Contracts\Logging\Log #1626
Comments
@dgbrunoh over at the laravel repo was kind enough to provide a work around until @yajra can sort it officially. Simply change line 7 in:
From:
To:
|
Thanks fo reporting. This will be fixed on #1624 but we may need to do a major bump if this not backward compatible. |
The Illuminate\Contracts\Logging\Log Interface
|
Patch released on v8.4.1, thanks! |
The Laravel 5.5 -> 5.6 upgrade guide outlines that
Illuminate\Contracts\Logging\Log
has been removed and to usePsr\Log\LoggerInterface
https://laravel.com/docs/5.6/upgrade
Simply making this change inside
/vendor/yajra/laravel-datatables-oracle/src/DataTableAbstract.php
does not rectify the issue.The text was updated successfully, but these errors were encountered: