[Form] fix option name in upgrade file

This commit is contained in:
Christian Flothmann 2016-01-30 21:06:33 +01:00
parent 8a95ec5303
commit 0efb137492
1 changed files with 1 additions and 1 deletions

View File

@ -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