Skip to content

Commit

Permalink
[create:comments] Add module dependency. (#3644)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Dec 31, 2017
1 parent 23820bf commit 0aa7eff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Command/Create/CommentsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,21 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Drupal\Console\Core\Command\Command;
use Drupal\Console\Annotations\DrupalCommand;
use Drupal\Console\Command\Shared\CreateTrait;
use Drupal\Console\Utils\Create\CommentData;
use Drupal\Console\Core\Style\DrupalStyle;

/**
* Class CommentsCommand
*
*
* @package Drupal\Console\Command\Generate
*
* @DrupalCommand(
* extension = "comment",
* extensionType = "module"
* )
*/
class CommentsCommand extends Command
{
Expand Down

0 comments on commit 0aa7eff

Please sign in to comment.