DtcQueueBundle
DtcQueueBundle copied to clipboard
Command calls undefined `getContainer` function
The setLoggerService function in the run command calls the getContainer() function which no longer exists because the command no longer extends the ContainerAwareCommand class
@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