8000 Enable the Serializer by dunglas · Pull Request #729 · symfony/symfony-standard · 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.

Enable the Serializer #729

Closed
wants to merge 1 commit into from
Closed
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
8000
1 change: 1 addition & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ framework:
form: ~
csrf_protection: ~
validation: { enable_annotations: true }
serializer: { enabled: true }
templating:
engines: ['twig']
#assets_version: SomeVersionScheme
Expand Down
0