From c092a6b4ae3ebc71fb76db0837747aaf375d0b67 Mon Sep 17 00:00:00 2001 From: arthurbaghdas Date: Mon, 18 Nov 2024 14:34:04 +0400 Subject: [PATCH] Fix --- .../mass_content/src/Drush/Commands/MassContentCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docroot/modules/custom/mass_content/src/Drush/Commands/MassContentCommands.php b/docroot/modules/custom/mass_content/src/Drush/Commands/MassContentCommands.php index edc0dd8cba..84445d1ba7 100644 --- a/docroot/modules/custom/mass_content/src/Drush/Commands/MassContentCommands.php +++ b/docroot/modules/custom/mass_content/src/Drush/Commands/MassContentCommands.php @@ -679,7 +679,7 @@ public function processServiceDetails($options = ['simulate' => FALSE, 'format' // Only return rows where changes happened. return new RowsOfFields($rows); } - + /** * Migrate section_long_form paragraphs to the new layout structure in info_details nodes. *