Closed ghost closed 8 years ago
If you rename the app to something else the resulting controller has the wrong namespace.
Suggest using Illuminate\Console\AppNamespaceDetectorTrait->getAppNamespace() instead of hard coding App.
Thanks for the tip peter, it was on my plans, I will try to implement it soon
Fixed on v0.1.6
If you rename the app to something else the resulting controller has the wrong namespace.
Suggest using Illuminate\Console\AppNamespaceDetectorTrait->getAppNamespace() instead of hard coding App.