krafthaus / bauhaus

Laravel 4 Admin Generator
http://bauhaus.krafthaus.nl/
GNU General Public License v2.0
1 stars 0 forks source link

Model classname and filename not the same #52

Open mrk-j opened 9 years ago

mrk-j commented 9 years ago

If I run php artisan bauhaus:scaffold --model=post_type the generated model is named PostType, but the filename is Post_type.php.

I prefer PostType.php, see the attached PR.

mrk-j commented 9 years ago

Please, check out #53.

mrk-j commented 9 years ago

Please, check out #56.