jeffochoa / voyager-bread-generator

Create BREAD from the console using artisan
MIT License
54 stars 28 forks source link

Replace deprecated studly_case laravel helper usage #10

Open mdundic opened 5 years ago

mdundic commented 5 years ago

From Laravel 5.9 some of the helper functions have been deprecated. https://github.com/laravel/framework/pull/27504/files

In this PR Str::studly has been used instead of studly_case.

It should also fix the issue https://github.com/jeffochoa/voyager-bread-generator/issues/3

igordelorenzi commented 4 years ago

Pls approve this PR! =)