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.