You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wish to append a root namespace before insertion.
For example:
src/Core
namespace Core will be inserted.
However I want App to be added before the namespace name like so
App\Core
How can I accomplish this?
I wish to append a root namespace before insertion.
For example:
src/Core
namespace Core will be inserted.
However I want App to be added before the namespace name like so
App\Core
How can I accomplish this?