Add application name

This commit is contained in:
Oliver Davies 2020-02-09 21:40:17 +00:00
parent 0d6bd4e070
commit 66e358b802

View file

@ -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();