-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
@@ -13,6 +13,7 @@ framework: | |||
form: ~ | |||
csrf_protection: ~ | |||
validation: { enable_annotations: true } | |||
serializer: { enable_annotations: true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be commented by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
# cache: apc | ||
# cache: validator.mapping.cache.apc | ||
# serializer: | ||
# cache: serializer.mapping.cache.apc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this service be available by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing me in the right direction.
ping @symfony/deciders |
👍 |
Thank you @dunglas. |
Enable serializer groups (related to symfony/symfony#13107).