yajra / laravel-datatables

jQuery DataTables API for Laravel
https://yajrabox.com/docs/laravel-datatables
MIT License
4.75k stars 861 forks source link

fix: ErrorException when direction is null #3154

Closed mgralikowski closed 2 months ago

mgralikowski commented 2 months ago

In most cases, the dir attribute is empty (null) which causes a notice error in the recent PHP version.

ErrorException: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/vendor/yajra/laravel-datatables-oracle/src/Utilities/Request.php:101

yajra commented 2 months ago

Released on https://github.com/yajra/laravel-datatables/releases/tag/v11.1.2, thanks! 🚀