Skip to content

Commit

Permalink
fix(migration): hide details of migration, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflos committed Aug 1, 2024
1 parent 4eedf3f commit 39be761
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function run()
}
}

echo $output;
return $output;
}

private function checkAndAddForm($output, $formId, $formName, $formDescription, $formTemplate)
Expand Down Expand Up @@ -175,4 +175,4 @@ private function updatePageRapideHaut(string $output): string

return $output;
}
}
}

0 comments on commit 39be761

Please sign in to comment.