Skip to content

Commit 6232b23

Browse files
committed
minor symfony#17617 [Form] fix option name in upgrade file (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- [Form] fix option name in upgrade file | Q | A | ------------- | --- | Fixed tickets | | License | MIT Commits ------- 0efb137 [Form] fix option name in upgrade file
2 parents 8a95ec5 + 0efb137 commit 6232b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-2.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Form
2222
of the new `csrf_token_id` option.
2323

2424
* The `csrf_provider` option was deprecated and will be removed in 3.0 in favor
25-
of the new `csrf_token_generator` option.
25+
of the new `csrf_token_manager` option.
2626

2727
* The "cascade_validation" option was deprecated. Use the "constraints"
2828
option together with the `Valid` constraint instead. Contrary to

0 commit comments

Comments
 (0)