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

Remove usage of snake_case helper function #174

Closed stuartowendev closed 3 years ago

stuartowendev commented 3 years ago

Changed the reference in the SnakeCase middleware to use the updated Str::snake()

flugg commented 3 years ago

Thanks!