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
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
When I add a new document, I need to refresh it before I can call getRoutes (otherwise it returns an empty array) - this is if I implement RouteReferrersReadInterface which does not include an addRoute method
See a conversation here with examples: symfony-cmf/routing-bundle#394
I'm not sure what I'd need to put in the addRoute method if I implement that interface with my setup. I'd like the route to be automatically generated based on my config. Is just refreshing the doc the best way to do this?