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
the plugin shows the correct linking to the method of the route
plugin shows the correct reference in controllers that are in the MyCompany\MyBundle\Controller namespace
The problem is that in my controller there is no reference back to the route file. Is the plugin having problems seeing controllers that are in a subbed namespace?
The text was updated successfully, but these errors were encountered:
I have a controller in my bundle that is in a sub-namespace of the controllers:
and the route mapping in yml:
The problem is that in my controller there is no reference back to the route file. Is the plugin having problems seeing controllers that are in a subbed namespace?
The text was updated successfully, but these errors were encountered: