You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
stuartowendev
added a commit
to stuartowendev/laravel-responder
that referenced
this issue
Jan 31, 2021
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.
The text was updated successfully, but these errors were encountered: