From 0efb137492c2d6f81d4e9859eb57aa254bdb68ad Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 30 Jan 2016 21:06:33 +0100 Subject: [PATCH] [Form] fix option name in upgrade file --- UPGRADE-2.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-2.8.md b/UPGRADE-2.8.md index 825e0ec833..18ea4dbc8d 100644 --- a/UPGRADE-2.8.md +++ b/UPGRADE-2.8.md @@ -22,7 +22,7 @@ Form of the new `csrf_token_id` option. * The `csrf_provider` option was deprecated and will be removed in 3.0 in favor - of the new `csrf_token_generator` option. + of the new `csrf_token_manager` option. * The "cascade_validation" option was deprecated. Use the "constraints" option together with the `Valid` constraint instead. Contrary to