It creates a new module directory
This commit is contained in:
parent
0ece90c6cf
commit
0e5fbd2cec
2 changed files with 15 additions and 0 deletions
src/Command
|
@ -36,6 +36,8 @@ class GenerateDrupal7Command extends Command
|
|||
|
||||
$this->ensureDirectoryDoesNotExist();
|
||||
|
||||
mkdir($this->moduleName);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue