Add application name
This commit is contained in:
parent
0d6bd4e070
commit
66e358b802
1 changed files with 1 additions and 1 deletions
2
bin/dmg
2
bin/dmg
|
@ -13,7 +13,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
|
|||
require __DIR__.'/../vendor/autoload.php';
|
||||
}
|
||||
|
||||
$app = new Application();
|
||||
$app = new Application('Drupal Module Generator');
|
||||
|
||||
$finder = new Finder();
|
||||
$moduleNameConverter = new ModuleNameConverter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue