Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / DescriptorApplication2.php
index 0fe87a18e43686fff57582e2276c66cf1a6089be..7bb02fa54c1ff14de54685aa328cc372468e2084 100644 (file)
@@ -21,5 +21,6 @@ class DescriptorApplication2 extends Application
         $this->add(new DescriptorCommand1());
         $this->add(new DescriptorCommand2());
         $this->add(new DescriptorCommand3());
+        $this->add(new DescriptorCommand4());
     }
 }