Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Dec 29, 2021
1 parent b637e97 commit 056913d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function onLoadDataContainer(string $table): void
$types = $fieldConfig['eval']['modules'];
}

$fieldConfig['options'] = $this->getModules($types);
$fieldConfig['options'] = $this->getFrontendModules($types);
}

if (!\array_key_exists('languages', $fieldConfig['eval'])) {
Expand Down Expand Up @@ -205,7 +205,7 @@ private function getLanguages(): array
return $languages;
}

private function getModules(array $types = []): array
private function getFrontendModules(array $types = []): array
{
$statement = $this->connection->executeQuery("
SELECT m.id, m.name
Expand Down

0 comments on commit 056913d

Please sign in to comment.