Skip to content

Commit

Permalink
Merge pull request #6 from oktapodia/fix-kernel-parameter-doesnt-exis…
Browse files Browse the repository at this point in the history
…t-bundle-file

Kernel parameter doesn't exist
  • Loading branch information
mickaelandrieu committed Mar 10, 2015
2 parents dc179a1 + eb56a86 commit 46494ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ questions:
question: 'Using Symfony dependency injection container, how can you retrieve all bundles list?'
answers:
- {value: "$container->getParameter('kernel.bundles')", correct: true}
- {value: "$container->getParameter('kernel')->getBundles()", correct: true}
- {value: "$container->get('kernel')->getBundles()", correct: true}
- {value: "$container->getParameter('bundles')", correct: false}
- {value: "$container->getParameter('application.bundles')", correct: false}

0 comments on commit 46494ec

Please sign in to comment.