Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / src / Command / Generate / FormBaseCommand.php
index 9e75348da2247d22426740f44611a7f4c31399ec..f3df567a0fff6b112cd2e6e90f5e8075492d5c40 100644 (file)
@@ -13,6 +13,7 @@ class FormBaseCommand extends FormCommand
     {
         $this->setFormType('FormBase');
         $this->setCommandName('generate:form');
+        $this->setAliases(['gf']);
         parent::configure();
     }
 }