From 66e358b802be7dc0f5a96617d7969274bf6a9280 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Feb 2020 21:40:17 +0000 Subject: [PATCH] Add application name --- bin/dmg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dmg b/bin/dmg index dee07b1..cca652d 100755 --- a/bin/dmg +++ b/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();