Thanks Peteman52. It actually worked.
I had to disable both PHP7.0 and 7.2 and then enable PHP7.2 modules (had the same problem enabling PHP7.0).
sudo a2dismod php7.0
sudo a2dismod php7.2
sudo systemctl restart apache2
sudo a2enmod php7.2
sudo systemctl restart apache2