diff --git a/modules/datastore/src/Controller/ImportController.php b/modules/datastore/src/Controller/ImportController.php index 96454a0eb4..471e168ea0 100644 --- a/modules/datastore/src/Controller/ImportController.php +++ b/modules/datastore/src/Controller/ImportController.php @@ -6,7 +6,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; use Drupal\Core\DependencyInjection\ContainerInjectionInterface; use Drupal\common\JsonResponseTrait; -use Drupal\Component\Uuid\Uuid; +use Drupal\Component\Uuid\UuidInterface; use Drupal\datastore\DatastoreService; use Drupal\metastore\MetastoreApiResponse; use Drupal\metastore\Reference\ReferenceLookup;