diff --git a/core/modules/comment/comment.services.yml b/core/modules/comment/comment.services.yml index e4edfef..f6d9d84 100644 --- a/core/modules/comment/comment.services.yml +++ b/core/modules/comment/comment.services.yml @@ -7,7 +7,7 @@ services: comment.manager: class: Drupal\comment\CommentManager - arguments: ['@field.info', '@entity.manager', '@entity.query', '@current_user', '@config.factory', '@string_translation', '@url_generator', '@module_handler] + arguments: ['@field.info', '@entity.manager', '@entity.query', '@current_user', '@config.factory', '@string_translation', '@url_generator', '@module_handler'] comment.statistics: class: Drupal\comment\CommentStatistics