You need to sign in or sign up before continuing.
Resolve #3441016 "Drupal 10.2"
1 unresolved thread
1 unresolved thread
Related to #3441016
Merge request reports
Activity
- Resolved by Alex Pott
- Resolved by Alex Pott
added 2 commits
66 66 * @param string|null $jwt_class 67 67 * The JWT library class. 68 68 */ 69 public function __construct(UsersJwtKeyRepositoryInterface $key_repository, EntityTypeManagerInterface $entity_type_manager, Settings $settings, LoggerChannelFactoryInterface $logger_factory, string $jwt_class = NULL) { 69 public function __construct(UsersJwtKeyRepositoryInterface $key_repository, EntityTypeManagerInterface $entity_type_manager, Settings $settings, LoggerChannelFactoryInterface $logger_factory, ?string $jwt_class = NULL) {
Please register or sign in to reply