mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 08:13:39 +08:00
Simple forum software for building great communities.
2777162d32
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. |
||
---|---|---|
framework/core |