diff --git a/core/modules/content_moderation/content_moderation.module b/core/modules/content_moderation/content_moderation.module index 77d822b..21034ad 100644 --- a/core/modules/content_moderation/content_moderation.module +++ b/core/modules/content_moderation/content_moderation.module @@ -234,3 +234,4 @@ function content_moderation_workflow_insert(WorkflowInterface $entity) { function content_moderation_workflow_update(WorkflowInterface $entity) { content_moderation_workflow_insert($entity); } +