Closed Seb33300 closed 1 year ago
the when@dev
syntax is part of symfony itself, not of the bundle. i would expect it to behave the same as when you do separate configuration files that you load depending on the environment.
have you tried clearing the cache and such things?
if it still does not work, can you please check in general symfony help?
I am trying to use the
when@dev
syntax to override the config for a specific env, but this seems to not work as expected.For example:
On dev environment the resolver option defined previously is no longer taken in account.