Skip to content

Commit

Permalink
Merge branch 'issue/3946' of github.com:az-digital/az_quickstart into…
Browse files Browse the repository at this point in the history
… issue/3946
  • Loading branch information
trackleft committed Dec 12, 2024
2 parents 62aeac7 + 0b9dda8 commit 92f87d9
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 @@ -51,7 +51,7 @@ public function __construct(
AccountProxyInterface $account,
EntityTypeManagerInterface $entityTypeManager,
EntityFieldManagerInterface $entityFieldManager,
?AuthmapInterface $authmap
?AuthmapInterface $authmap,
) {
parent::__construct($account);
$this->entityTypeManager = $entityTypeManager;
Expand Down

0 comments on commit 92f87d9

Please sign in to comment.