Skip to content

Commit

Permalink
Fix service acquisition.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Feb 28, 2025
1 parent 41d9d72 commit fcc8ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drush/Commands/UserWrapperCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static function create(ContainerInterface $container) {
return new static(
$container->get('account_switcher'),
$container->get('entity_type.manager'),
$container->get('@logger.islandora_drush_utils'),
$container->get('logger.islandora_drush_utils'),
FALSE,
);
}
Expand Down

0 comments on commit fcc8ac1

Please sign in to comment.