Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbaghdas committed Nov 18, 2024
1 parent 4f74c50 commit 96f6fd8
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,15 +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.
*
* @command mass-content:migrate-layout-paragraphs
* @option batch-size The number of nodes to process per batch.
* @usage mass-content:migrate-layout-paragraphs --batch-size=150
* @aliases mclp
*/

/**
* Migrate section_long_form paragraphs to the new layout structure in info_details nodes.
*
Expand Down

0 comments on commit 96f6fd8

Please sign in to comment.