andersao / l5-repository

Laravel 5 - Repositories to abstract the database layer
http://andersao.github.io/l5-repository
MIT License
4.19k stars 878 forks source link

Fix strtolower() function deprecation issue #782 #790

Open franverfsm opened 1 year ago

franverfsm commented 1 year ago

Fixing issue with the strtolower() function for PHP 8.1, where it is deprecated to receive null as a function parameter. Changed the default value of $searchJoin to empty string instead of null.