/**
  * @inheritdoc
  */
 protected function define()
 {
     parent::define();
     $this->setName("make:httpmiddleware")->setDescription("Creates an HTTP middleware class");
 }
 /**
  * @inheritdoc
  */
 protected function define()
 {
     parent::define();
     $this->setName("make:controller")->setDescription("Creates a controller class");
 }
 /**
  * @inheritdoc
  */
 protected function define()
 {
     parent::define();
     $this->setName("make:entity")->setDescription("Creates an entity class");
 }