Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions UPGRADE-2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### Doctrine

The DoctrineBundle is moved from the Symfony repository to the Doctrine repository.
* The DoctrineBundle is moved from the Symfony repository to the Doctrine repository.
Therefore you should change the namespace of this bundle in your AppKernel.php:

Before: `new Symfony\Bundle\DoctrineBundle\DoctrineBundle()`
Expand Down Expand Up @@ -251,8 +251,6 @@
}
```

The new method `setDefaultOptions` is described in the section "Deprecations".

* The mapping of property paths to arrays has changed.

Previously, a property path "street" mapped to both a field `$street` of
Expand Down