Skip to content

Commit

Permalink
Merge pull request #64 from andrebonon/main
Browse files Browse the repository at this point in the history
fix: Update OpenyModulesUninstallConfirmForm.php
  • Loading branch information
podarok authored Feb 21, 2024
2 parents ca6fd10 + cea0245 commit a4475b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openy_system/src/Form/OpenyModulesUninstallConfirmForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
];

// List the dependent entities.
$this->addDependencyListsToForm($form, 'module', $this->modules, $this->configManager, $this->entityManager);
$this->addDependencyListsToForm($form, 'module', $this->modules, $this->configManager, $this->entityTypeManager);

return $form;
}
Expand Down

0 comments on commit a4475b7

Please sign in to comment.