Fix typo 'assets.package' => 'assets.packages' in UPGRADE-2.7

This commit is contained in:
Kevin Robatel 2015-07-21 16:40:08 +02:00
parent 99f3475a2a
commit 6ecc38afd4
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ FrameworkBundle
* The `templating.helper.assets` was refactored and returns now an object of the type
`Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper` instead of
`Symfony\Component\Templating\Helper\CoreAssetsHelper`. You can update your class definition
or use the `assets.package` service instead. Using the `assets.package` service is the recommended
or use the `assets.packages` service instead. Using the `assets.packages` service is the recommended
way. The `templating.helper.assets` service will be removed in Symfony 3.0.
Before: