From 5fa1fd0c40a93babe2ec8fe3d09ae9c0a9e393c8 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 25 Oct 2017 05:51:44 -0200 Subject: [PATCH] Updated namespace and added missing class for command annotation. (#417) --- src/Command/PersistQueryMapCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Command/PersistQueryMapCommand.php b/src/Command/PersistQueryMapCommand.php index bdb74e184..dfb6e4ace 100644 --- a/src/Command/PersistQueryMapCommand.php +++ b/src/Command/PersistQueryMapCommand.php @@ -2,6 +2,7 @@ namespace Drupal\graphql\Command; +use Drupal\Console\Annotations\DrupalCommand; use Drupal\Console\Core\Command\Shared\CommandTrait; use Drupal\Core\Entity\EntityTypeManagerInterface; use Symfony\Component\Console\Input\InputArgument;