Started UPGRADE_TO_2_1 document
This commit is contained in:
parent
85fb1a3ebb
commit
0bb0937372
1 changed files with 6 additions and 0 deletions
6
UPGRADE_TO_2_1
Normal file
6
UPGRADE_TO_2_1
Normal file
|
@ -0,0 +1,6 @@
|
|||
This document details all the possible changes that you should investigate when updating
|
||||
your project from Doctrine 2.0.x to 2.1
|
||||
|
||||
## Interface for EntityRepository
|
||||
|
||||
The EntityRepository now has an interface Doctrine\Common\Persistence\ObjectRepository. This means that your classes that override EntityRepository and extend find(), findOneBy() or findBy() must be adjusted to follow this interface.
|
Loading…
Add table
Reference in a new issue