Open carlos-granados opened 3 years ago
@carlos-granados can you try with the latest version?
@mmucklo yes, all good now :-)
@mmucklo Actually, it would be useful if the runLoop, logger and container properties were protected instead of private. This would allow us to easily extend this command.
Either that or add some getters
The
setLoggerService
function in the run command calls thegetContainer()
function which no longer exists because the command no longer extends the ContainerAwareCommand class