Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Component / Plugin / ContextAwarePluginInterface.php
index 37d9078a0577c3f851f2e4f0e1fe926698d98158..90ee661201b0f0cba09ef96d9f7639b59cb8b28b 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Drupal\Component\Plugin;
 
-use \Drupal\Component\Plugin\Context\ContextInterface;
+use Drupal\Component\Plugin\Context\ContextInterface;
 
 /**
  * Interface for defining context aware plugins.