Commit 3d732188 authored by João Ventura's avatar João Ventura Committed by Joao Ventura
Browse files

Issue #3318766 by jcnventura: Delete useless config/install/entity_log.entitylogconfig.yml

parent 4b5ad987
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
entity_log:

entity_log.install

0 → 100644
+14 −0
Original line number Diff line number Diff line
<?php

/**
 * @file
 * Install, update and uninstall functions for the Entity Log module.
 */

/**
 * Delete the unused entity_log.entitylogconfig config.
 */
function entity_log_update_8103() {
  \Drupal::configFactory()->getEditable('entity_log.entitylogconfig')
    ->delete();
}