mirror of
https://github.com/flarum/core.git
synced 2025-07-22 17:21:27 +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