gearbox-solutions / eloquent-filemaker

A Model extension and Eloquent driver for Laravel connecting to FileMaker through the Data API
https://gearboxgo.com
MIT License
54 stars 16 forks source link

Passing null to str_starts_with is deprecated #43

Closed likeadeckofcards closed 1 year ago

likeadeckofcards commented 1 year ago

str_starts_with no longer supports passing a null as the first parameter and we are setting the default to null instead of an empty string. This just sets the default for the cast type to an empty string.