Skip to content

Commit

Permalink
NodesCommand depends on the node module. Fixes #3318 (#3319)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrenssen authored and jmolivas committed May 26, 2017
1 parent 2499a1c commit 1946715
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Command/Create/NodesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Command\Command;
use Drupal\Console\Annotations\DrupalCommand;
use Drupal\Console\Core\Command\Shared\CommandTrait;
use Drupal\Console\Command\Shared\CreateTrait;
use Drupal\Console\Utils\Create\NodeData;
Expand All @@ -23,6 +24,11 @@
* Class NodesCommand
*
* @package Drupal\Console\Command\Generate
*
* @DrupalCommand(
* extension = "node",
* extensionType = "module"
* )
*/
class NodesCommand extends Command
{
Expand Down

0 comments on commit 1946715

Please sign in to comment.