Open jinoantony opened 5 years ago
There is an issue in namespace generation when the project name contains one of the psr4 namespace.
"psr-4": { "App\\": "app/", "BackOffice\\": "Modules/BackOffice/" }
Even though the correct namespace is App\Http\Middleware the extension generate it as App
App\Http\Middleware
App
There is an issue in namespace generation when the project name contains one of the psr4 namespace.
Even though the correct namespace is
App\Http\Middleware
the extension generate it asApp