diff --git a/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php b/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php index 9cb56a1..cb6e6b2 100644 --- a/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php +++ b/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php @@ -7,7 +7,7 @@ namespace Drupal\Component\Plugin; -use \Drupal\Component\Plugin\Context\ContextInterface; +use Drupal\Component\Plugin\Context\ContextInterface;