You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
as stated here symfony/symfony-standard#289 (comment), documentation for the Doctrine ensure production settings command, should be updated adding the --no-debug switch.
This because even if environment is set to prod, due to internal behavior, debug flag is set to true. So the command will always return "Proxy classes are always regenerated" whithout --no-debug switch.