yokai-php / sonata-workflow

Integrate Symfony workflow component in Sonata Admin
MIT License
22 stars 11 forks source link

Work with private services in controller #2

Closed yann-eugone closed 6 years ago

yann-eugone commented 6 years ago

This PR is related to the issue #1

Updated the controller trait so it can work with both an injected service and the container (because in Symfony >=4 all services are private by default)