8000 csrf_protection is now under framework.form instead of framework · symfony/symfony-standard@0daa8bc · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 0daa8bc

Browse files
BenoitLevequefabpot
authored andcommitted
csrf_protection is now under framework.form instead of framework
Unrecognized option "csrf_protection" under "framework" was triggered when installing master version of this repository
1 parent 605196a commit 0daa8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ framework:
1515
router:
1616
resource: "%kernel.root_dir%/config/routing.yml"
1717
strict_requirements: ~
18-
form: ~
19-
csrf_protection: ~
18+
form:
19+
csrf_protection: ~
2020
validation: { enable_annotations: true }
2121
#serializer: { enable_annotations: true }
2222
templating:

0 commit comments

Comments
 (0)
0