Bundle to integrate Tactician with Symfony projects
MIT License
245
stars
43
forks
source link
After upgrading symfony from 3.4 to 4.4(without flex) getting The \"tactician.commandbus\" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead #132
Hi
After updating symfony from 3.4 to 4.4(without flex) i am getting this error The \"tactician.commandbus\" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead
Hi After updating symfony from 3.4 to 4.4(without flex) i am getting this error The \"tactician.commandbus\" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead
symfony (4.4.42) league/tactician-bundle (v1.4.0)
have injected commnd bus using DI in Controller
command and handler mapping in Handler
middleware configuraion in config.yml