From 7f971fa8c814e215b71bf9e70914a9b16143d768 Mon Sep 17 00:00:00 2001 From: Simon Baese <simon.b@factorial.io> Date: Mon, 1 Jul 2024 15:41:44 +0900 Subject: [PATCH] Issue #3458202: Add missing use statement --- modules/string_tmgmt/src/Plugin/tmgmt/Source/StringSource.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/string_tmgmt/src/Plugin/tmgmt/Source/StringSource.php b/modules/string_tmgmt/src/Plugin/tmgmt/Source/StringSource.php index f49a11d..7d18aec 100644 --- a/modules/string_tmgmt/src/Plugin/tmgmt/Source/StringSource.php +++ b/modules/string_tmgmt/src/Plugin/tmgmt/Source/StringSource.php @@ -3,6 +3,7 @@ namespace Drupal\string_tmgmt\Plugin\tmgmt\Source; use Drupal\Core\StringTranslation\StringTranslationTrait; +use Drupal\tmgmt\JobItemInterface; use Drupal\tmgmt_locale\Plugin\tmgmt\Source\LocaleSource; /** -- GitLab