From a6a4512377b573015a467a887fc6298e53d124d5 Mon Sep 17 00:00:00 2001 From: Md Nadim Hossain Date: Mon, 23 Oct 2023 16:39:26 +1100 Subject: [PATCH] [SDPAP-7814] Added missig term reference. --- src/Commands/TideSiteCommands.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Commands/TideSiteCommands.php b/src/Commands/TideSiteCommands.php index 91f0d766..c3ca42c3 100644 --- a/src/Commands/TideSiteCommands.php +++ b/src/Commands/TideSiteCommands.php @@ -3,6 +3,7 @@ namespace Drupal\tide_site\Commands; use Drupal\Core\StringTranslation\StringTranslationTrait; +use Drupal\taxonomy\Entity\Term; use Drush\Commands\DrushCommands; /**