In my symfony project, I changed my webroot directory to public_html to fit with a specific host.
However, in the admin generator, when saving a file, the system creates a web folder, then stores the image in web/uploads
How can I tell the system to now save in public_html instead?