Commit 74b24bdf authored by Joël Pittet's avatar Joël Pittet
Browse files

Issue #3202876 by joelpittet: Comment edit

parent afce273a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ function markdown_requirements($phase) {
      $containerNamespaces->offsetSet('Drupal\\markdown', str_replace(\Drupal::root() . '/', '', $src));
    }

    // Adds services that are not available yet, but are required by the classes
    // Add services that are not available yet, but are required by the classes
    // above. The container rebuild after module installation should reset these
    // to what is defined in markdown.services.yml.
    if (!\Drupal::hasService('logger.channel.markdown')) {