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

[Config] Update routing configuration #379

Merged
merged 1 commit into from
Jul 31, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ framework:
secret: %secret%
router:
resource: "%kernel.root_dir%/config/routing.yml"
strict_parameters: %kernel.debug%
strict_requirements: %kernel.debug%
form: true
csrf_protection: true
validation: { enable_annotations: true }
Expand Down