diff --git a/core/modules/quickedit/src/MetadataGenerator.php b/core/modules/quickedit/src/MetadataGenerator.php index 1f96d8eef4..fa8e7ecb9c 100644 --- a/core/modules/quickedit/src/MetadataGenerator.php +++ b/core/modules/quickedit/src/MetadataGenerator.php @@ -2,7 +2,7 @@ namespace Drupal\quickedit; -use Drupal; +use \Drupal; use Drupal\Component\Plugin\PluginManagerInterface; use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Entity\Entity\EntityViewDisplay;