Commit 2c88d59
committed
minor #8231 Specified import order of config files (nmeirik)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #8231).
Discussion
----------
Specified import order of config files
If the `parameters_platform.php` is included before `platform.yml` the latter overrides the former and results in an inability to connect to the database which (in my case) was very time consuming to debug.
Commits
-------
94235e8 Specified import order of config files1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
0 commit comments