bitfumes / laravel-packer

Awesome Command Line Tool for speeding up your package creation.
MIT License
440 stars 44 forks source link

In ModelMakeCommand.php line 31: Undefined property: stdClass::$type #43

Open ThaDaVos opened 3 years ago

ThaDaVos commented 3 years ago

The following error:

In ModelMakeCommand.php line 31:

  Undefined property: stdClass::$type

Happens if type hasn't been set in the composer.json - maybe check if it exists and if it does not fall back to package as default?