InfyOmLabs/laravel-generator

Getting config from wrong file

skys215 opened this issue · 1 comments

$templateType = config('infyom.laravel_generator.templates', 'adminlte-templates');

I think it should be config('laravel_generator.templates'). The prefix infyom has been removed.

Fixed.