eloquent-preferences
eloquent-preferences copied to clipboard
Preferences for Laravel Eloquent models
From PHP 8.1 Release notes https://www.php.net/releases/8.1/en.php > Passing null to non-nullable internal function parameters is deprecated. This PR fixes the following error when `null` is passed to strpos ``` Deprecated:...
This error for me fires many times when running PHPunit. Not sure what the exact scenario is for recreating it as we run hundreds of tests. ``` Deprecated: strpos(): Passing...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l9-compatibility`...