Skip to content

Commit dcfabd8

Browse files
authored
Merge pull request #17 from itk-dev/fix/add-missing-import-statement
Add missing import statement
2 parents 7b8473b + 1ae7511 commit dcfabd8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
* Added missing use statement to fix issue on datafordeler settings pages
11+
`pnumber_lookup`, `cvr_lookup` and `cpr_lookup`.
12+
1013
## [2.0.3] 2025-01-24
1114

1215
* Fixing warning if foedselsdato not set.

src/Routing/DataLookupRoutes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Drupal\Component\Plugin\PluginManagerInterface;
66
use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
77
use Drupal\Core\StringTranslation\StringTranslationTrait;
8+
use Drupal\os2web_datalookup\Form\DataLookupPluginGroupSettingsForm;
89
use Symfony\Component\DependencyInjection\ContainerInterface;
910
use Symfony\Component\Routing\Route;
1011

0 commit comments

Comments
 (0)