Simple forum software for building great communities.
Go to file
Toby Zerner 2777162d32 Ensure routes are only populated after extensions have registered listeners
Because extensions can have dependencies injected, a RouteCollection could potentially be instantiated, and thus the ConfigureRoutes event would be called before extensions have had a chance to subscribe to it. Instead, we instantiate the RouteCollection on demand, but only populate it when the application boots.
2016-01-02 15:03:11 +10:30
framework/core Ensure routes are only populated after extensions have registered listeners 2016-01-02 15:03:11 +10:30