<?php

/**
 * @file
 * Install and uninstall functions for Copy Prevention module.
 */

/**
 * Implements hook_uninstall().
 */
function copyprevention_uninstall() {
  \Drupal::configFactory()->getEditable('copyprevention.settings')->delete();
}
