Skip to content

Commit

Permalink
Merge pull request #675 from kinow/fix-configuration-rst
Browse files Browse the repository at this point in the history
Fix Constructors configuration section
  • Loading branch information
goetas committed Jul 24, 2018
2 parents af7c965 + c60e5ba commit 6832f16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/doc/configuration.rst
Expand Up @@ -75,12 +75,14 @@ the service alias:
.. configuration-block ::
.. code-block :: yaml
services:
jms_serializer.object_constructor:
alias: jms_serializer.doctrine_object_constructor
public: false
.. code-block :: xml
<services>
<service id="jms_serializer.object_constructor" alias="jms_serializer.doctrine_object_constructor" public="false">
</service>
Expand Down

0 comments on commit 6832f16

Please sign in to comment.