-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set routes in a 'latter overwrite' manner #524
Comments
maybe separate Routes into |
@enov That would still mean you can't interact with routes which have been set in a lower module and it would break all existing modules which use routes. |
You mean we can't interact with routes from |
Nope, from a route.php which is in a higher module. I think it's best to fix this one at the source of the problem. |
Just to be clear, are you proposing that as well as making |
I propose that routes be set in a 'later routes overwrite' manner instead of the current 'first come, first serve'.
It's a problem for two reasons:
When modules can be loaded in the correct order, later initialisation files (such as in
application
) can manipulate objects created by previous initialisation files.The text was updated successfully, but these errors were encountered: