Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / src / Command / Drupal_8 / Form / Simple.php
index 6a5b63f6a09f1f0299857c34b1e9eca37dfdc9e9..49acebe2174178aa2a741e95fb0540e7cb741e63 100644 (file)
@@ -20,7 +20,6 @@ class Simple extends Base {
   protected function interact(InputInterface $input, OutputInterface $output) {
     $options = [
       'default_class' => 'ExampleForm',
-      'default_form_id' => '{machine_name}_example',
       'default_permission' => 'access content',
       'template' => 'd8/form/simple.twig',
     ];