From 15e29b47377b9b7fcfb2e445baeebc43ddca5d9f Mon Sep 17 00:00:00 2001 From: Jack Over <820268+scubafly@users.noreply.github.com> Date: Wed, 3 Oct 2018 14:01:24 +0200 Subject: [PATCH] Update EntityInputDeriver.php Removed unused use statement. --- src/Plugin/Deriver/InputTypes/EntityInputDeriver.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Plugin/Deriver/InputTypes/EntityInputDeriver.php b/src/Plugin/Deriver/InputTypes/EntityInputDeriver.php index 768a543..b9602b6 100644 --- a/src/Plugin/Deriver/InputTypes/EntityInputDeriver.php +++ b/src/Plugin/Deriver/InputTypes/EntityInputDeriver.php @@ -9,7 +9,6 @@ use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface; use Drupal\graphql\Utility\StringHelper; -use Drupal\graphql_content_mutation\ContentEntityMutationSchemaConfig; use Symfony\Component\DependencyInjection\ContainerInterface; class EntityInputDeriver extends DeriverBase implements ContainerDeriverInterface {