bitfumes / laravel-packer

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

Missing "Facade" suffix #16

Closed innoflash closed 4 years ago

innoflash commented 4 years ago

https://github.com/bitfumes/laravel-packer/blob/5d89c9063fd903bcaee96d203d65241a3c98a1d5/app/Commands/Standalone/stubs/ServiceProvider.stub#L59

When you create a package say flash-package the register on facade in the ServiceProvider registers the class FlashPackage instead of FlashPackageFacade

sarthaksavvy commented 4 years ago

Thanks, I will check that and correct in next release