Service with non-existent parameter.
Closed this issue · 0 comments
malberts commented
I added the dev-master branch to my composer and added the bundle to my AppKernel. I get the following error using Symfony 2.3.6.
[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]
The service "h4cc_alice_fixtures.orm.schema_tool.doctrine" has a dependency on a non-existent parameter "h4cc_alice_fixtures.orm.schema_tool.doctrine". Did you mean one of these: "h4cc_alice_fixtures.orm.schema_tool.class", "h4cc_alice_fixtures.orm.schema_tool.doctrine.class"?
Was there any other configuration I was supposed to do?