diff --git a/modules/custom/az_core/src/AZUserToolbarLinkBuilder.php b/modules/custom/az_core/src/AZUserToolbarLinkBuilder.php index 359575a15f..06def7b15d 100644 --- a/modules/custom/az_core/src/AZUserToolbarLinkBuilder.php +++ b/modules/custom/az_core/src/AZUserToolbarLinkBuilder.php @@ -51,7 +51,7 @@ public function __construct( AccountProxyInterface $account, EntityTypeManagerInterface $entityTypeManager, EntityFieldManagerInterface $entityFieldManager, - ?AuthmapInterface $authmap + ?AuthmapInterface $authmap, ) { parent::__construct($account); $this->entityTypeManager = $entityTypeManager;