Skip to content

Commit

Permalink
changed the absolute class to simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmouse committed Jun 18, 2014
1 parent 861a1d1 commit 0c4c4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Drupal/AppConsole/Command/GeneratorModuleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ protected function interact(InputInterface $input, OutputInterface $output) {
$output,
$dialog->getQuestion('Module name',
$input->getOption('module')),
array(
'Drupal\AppConsole\Command\Validators',
[
$this,
'validateModuleName'
),
],
false,
$input->getOption('module')
);
Expand Down

0 comments on commit 0c4c4e4

Please sign in to comment.