mirror of
https://github.com/flarum/core.git
synced 2025-07-25 02:31:17 +02:00
This enables optional route parameters. Required some code changes in the RouteCollection class; once we actually use optional route parameters, we will have to see whether route generation for those works as expected. Closes flarum/core#108