Skip to content

Commit

Permalink
Update modules/custom/az_core/src/AZUserToolbarLinkBuilder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joeparsons authored Dec 12, 2024
1 parent be1cf58 commit f95f047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/custom/az_core/src/AZUserToolbarLinkBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class AZUserToolbarLinkBuilder extends ToolbarLinkBuilder {
* @param \Drupal\externalauth\AuthmapInterface $authmap
* The authmap service.
* @param \Drupal\Core\Extension\ModuleHandlerInterface $moduleHandler
* The module handler.
* The module handler.
*/
public function __construct(AccountProxyInterface $account, EntityTypeManagerInterface $entityTypeManager, ?AuthmapInterface $authmap, ModuleHandlerInterface $moduleHandler) {
parent::__construct($account);
Expand Down

0 comments on commit f95f047

Please sign in to comment.