It creates a new module directory

This commit is contained in:
Oliver Davies 2020-02-09 12:24:28 +00:00
parent 0ece90c6cf
commit 0e5fbd2cec
2 changed files with 15 additions and 0 deletions

View file

@ -36,6 +36,8 @@ class GenerateDrupal7Command extends Command
$this->ensureDirectoryDoesNotExist();
mkdir($this->moduleName);
return 0;
}