You are here

function composer_deploy_update_8101 in Composer Deploy 8

Really remove vendor_dir from composer_deploy config.

File

./composer_deploy.install, line 6

Code

function composer_deploy_update_8101() {
  \Drupal::configFactory()
    ->getEditable('composer_deploy.settings')
    ->clear('vendor_dir')
    ->save();
}