laravel-responder icon indicating copy to clipboard operation
laravel-responder copied to clipboard

ConvertToSnakeCase throwing an "Undefined function" error

Open stuartowendev opened this issue 4 years ago • 0 comments

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.

stuartowendev avatar Jan 31 '21 23:01 stuartowendev