Skip to content

Commit

Permalink
Issue #4265: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
LOBsTerr committed Sep 17, 2022
1 parent c646dc6 commit 3756318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/Manager.php
Expand Up @@ -202,7 +202,7 @@ private function getExtensions(
return $extensions;
}

$module_handler = \Drupal::service('module_handle');
$module_handler = \Drupal::service('module_handler');
foreach ($this->extensions[$type] as $extension) {
$name = $extension->getName();

Expand Down

0 comments on commit 3756318

Please sign in to comment.