From 6ecc38afd41c36b95c8e8e14adf9b30426a10deb Mon Sep 17 00:00:00 2001 From: Kevin Robatel Date: Tue, 21 Jul 2015 16:40:08 +0200 Subject: [PATCH] Fix typo 'assets.package' => 'assets.packages' in UPGRADE-2.7 --- UPGRADE-2.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-2.7.md b/UPGRADE-2.7.md index ab1021fcdc..8fd61b41fd 100644 --- a/UPGRADE-2.7.md +++ b/UPGRADE-2.7.md @@ -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: