Skip to content
This repository was archived by the owner on May 6, 2023. It is now read-only.

Commit 8cd13d7

Browse files
committed
Removed stale var
1 parent efc8c1d commit 8cd13d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ModuleResolvers/PluginManagementFunctionalityModuleResolver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public function getSettingsDefaultValue(string $module, string $option)
8989
public function getSettings(string $module): array
9090
{
9191
$moduleSettings = parent::getSettings($module);
92-
$moduleRegistry = ModuleRegistryFacade::getInstance();
9392
// Do the if one by one, so that the SELECT do not get evaluated unless needed
9493
if ($module == self::SCHEMA_EDITING_ACCESS) {
9594
/**

0 commit comments

Comments
 (0)