Skip to content

Commit 11d8c65

Browse files
committed
Add missing import statement
1 parent 2b86bf6 commit 11d8c65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)