Uh oh!
There was an error while loading. Please reload this page.
Make $commandProcessor 'protected' - #90
Conversation
so that it can be used by sub class of Runners.
janpecha
commented
May 22, 2023
Hello, what is your use-case? Why do you need this change? |
solicomo
commented
May 22, 2023
I need to extend In the meanwhile, I don't want to copy all of the code in In on word, both |
janpecha
commented
Jun 1, 2023
Can you give me some examples? Maybe exists better solution. |
solicomo
commented
Jun 1, 2023
For example, I need The current implementation is Actually, I think This PR is still needed for other similar cases. |
so that it can be used by sub class of Runners.