Skip to content

Commit

Permalink
Updated namespace and added missing class for command annotation. (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebas5384 authored and fubhy committed Oct 25, 2017
1 parent f9d35ce commit 5fa1fd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/PersistQueryMapCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5fa1fd0

Please sign in to comment.