o365-2.0.3/o365.post_update.php
o365.post_update.php
<?php
/**
* @file
* Post update functions for the Microsoft 365 module.
*/
/**
* Remove API settings configuration.
*/
function o365_post_update_remove_api_settings_config() {
\Drupal::configFactory()
->getEditable('o365.api_settings')->delete();
}
