Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix strtolower() function deprecation issue andersao#782
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`.
- Loading branch information