Closed emlynwest closed 8 years ago
Allow the main class to automatically construct needed classes to make it simpler to use.
As discussed on IRC, I might split this functionality into factories.
Can now be done through the GenericFactory https://github.com/stevewest/changelog/blob/master/src/Console/AbstractCommand.php#L68
GenericFactory
Allow the main class to automatically construct needed classes to make it simpler to use.