PHP-Namespace-Resolver
PHP-Namespace-Resolver copied to clipboard
`Generate namespace for this file` is always `App`
Hi @MehediDracula,
Your package saves me a lot of time! But when I use the command Generate namespace for this file, it always creates namespace App only.
Below is what I'm expecting
project\vendor\owner\package\src\Models\MyModel.php => namespace Owner\Package\Models
Any idea how I can fix? Thank you.