8000 UPGRADE-2.1.md is missing the switch from Symfony's DoctrineBundle to Doctrine's · Issue #3971 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

UPGRADE-2.1.md is missing the switch from Symfony's DoctrineBundle to Doctrine's #3971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mvriel opened this issue Apr 18, 2012 · 0 comments
Closed
Labels
Good first issue Ideal for your first contribution! (some Symfony experience may be required)

Comments

@mvriel
Copy link
mvriel commented Apr 18, 2012

One of the steps involved in upgrading Symfony from 2.0 to 2.1 is that the namespace of the DoctrineBundle needs to be changed in the AppKernel.php

new Symfony\Bundle\DoctrineBundle\DoctrineBundle(),

Should become

new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),

This information seems to be missing in the upgrade guide

@fabpot fabpot closed this as completed in 991076a Apr 19, 2012
Dinduks pushed a commit to Dinduks/symfony that referenced this issue Apr 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue Ideal for your first contribution! (some Symfony experience may be required)
Projects
None yet
Development

No branches or pull requests

2 participants
0