-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Do not load app.php if Application implements IBootstrap #21812
Do not load app.php if Application implements IBootstrap #21812
Conversation
cbf0925
to
7d3c308
Compare
Why would it do that? |
Because I moved the |
7d3c308
to
d6339e7
Compare
Ready for review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great but I'd appreciate a more sane naming of this variable 🤡
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
d6339e7
to
d9cc2f0
Compare
The problem with this is that it changes the load order also for apps without the IBootstrap. Another approach would be a big warning if the app is then one with
IBootstrap
but still has an app.php.#20573 and #20865