Pierre-Emmanuel

Results 2 comments of Pierre-Emmanuel

Hi I solved this by configuring the service like this : ```yml app.form.registration: class: AppBundle\Form\RegistrationFlow parent: craue.form.flow public: true autowire: true autoconfigure: false ```

Hi @Gerfaut I used this config with Symfony 3.4.3. I didn't test on any other version.