Updated
- string and array helpers to use the
Str
andArr
classes directly, in preparation for helper deprecations in Laravel 5.9. Thanks @mycarrysun
Fixed
- disabling of model caching on relationship queries if model caching was disabled on the model. Thanks @mycarrysun
- error that occurred if
whereIn
was given an empty array. Thanks @Ben52