flugg / laravel-responder

A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.
MIT License
861 stars 86 forks source link

ConvertToSnakeCase throwing an "Undefined function" error #173

Open stuartowendev opened 3 years ago

stuartowendev commented 3 years ago

When using the ConvertToSnakeCase middleware there is an undefined function error when using snake_case(). I believe this has now been updated by Laravel to use Illuminate\Support\Str::snake() instead.