Skip to content

Commit

Permalink
Merge pull request #17 from itk-dev/fix/add-missing-import-statement
Browse files Browse the repository at this point in the history
Add missing import statement
  • Loading branch information
jekuaitk authored Jan 29, 2025
2 parents 7b8473b + 1ae7511 commit dcfabd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

* Added missing use statement to fix issue on datafordeler settings pages
`pnumber_lookup`, `cvr_lookup` and `cpr_lookup`.

## [2.0.3] 2025-01-24

* Fixing warning if foedselsdato not set.
Expand Down
1 change: 1 addition & 0 deletions src/Routing/DataLookupRoutes.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Drupal\Component\Plugin\PluginManagerInterface;
use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\os2web_datalookup\Form\DataLookupPluginGroupSettingsForm;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\Routing\Route;

Expand Down

0 comments on commit dcfabd8

Please sign in to comment.