Uninstall Advagg CDN module.
Fichier
-
./
advagg.install, line 202
Code
function advagg_update_10002() {
/** @var \Drupal\Core\Extension\ModuleInstallerInterface $installer */
$installer = \Drupal::service('module_installer');
$installer->uninstall([
'advagg_cdn',
]);
}