iberflow / laravel-model-generator

Laravel 5 model generator for an existing schema
264 stars 76 forks source link

Unable to Execute Command #36

Closed CLOUGH closed 7 years ago

CLOUGH commented 7 years ago

Hi, im using laravel 5.3 and I was not able to execute the command php artisan migrate:models after installing the package. I got the following error message.

Call to undefined method Iber\Generator\Commands\MakeModelsCommand::qualifyClass()

iberflow commented 7 years ago

Should be fixed now :)

CLOUGH commented 7 years ago

That change resolved the issue