Skip to content

Commit cb4f197

Browse files
committed
[#1085] Fix docs (I didn't realize serializer must be explicitly enabled)
1 parent f8fb43d commit cb4f197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/serializer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A) Install and declare the serializer
1111
Both the [Symfony Serializer](http://symfony.com/doc/current/components/serializer.html) and
1212
[JMSSerializerBundle](http://jmsyst.com/bundles/JMSSerializerBundle) are supported.
1313

14-
If you want to override the default serializer service you can do so in the configuration:
14+
Enable the serializer in the configuration:
1515

1616
```yaml
1717
#app/config/config.yml

0 commit comments

Comments
 (0)