joomla-framework / console

Joomla Framework Console Package
GNU General Public License v2.0
9 stars 4 forks source link

Use a lambda factory for lazy loading #2

Closed nibra closed 6 years ago

nibra commented 6 years ago

If you have to instatiate a command in order to store it in the container, it actually is not lazy loaded. Using a callable as a factory solves that.

Summary of Changes

Changed sample code to use a callable instead of direct instantiation.

Testing Instructions

None

Documentation Changes Required

None