When using production environment following files are not being updated by default:
app/config/modules.php
app/config/services.php
A workaround requires to switch to development environment and regenerate this file by calling the app either via browser or CLI.
There should be a CLI task which does it without having to call the application.
When using production environment following files are not being updated by default:
A workaround requires to switch to development environment and regenerate this file by calling the app either via browser or CLI. There should be a CLI task which does it without having to call the application.