Skip to content

Commit

Permalink
Change service name to fit previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jul 20, 2012
1 parent e35e977 commit ec757e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parameters>
<parameter key="nelmio_api_doc.extractor.api_doc_extractor.class">Nelmio\ApiDocBundle\Extractor\ApiDocExtractor</parameter>
<parameter key="nelmio_api_doc.form.extension.description_form_type_extension.class">Nelmio\ApiDocBundle\Form\Extension\DescriptionFormTypeExtension</parameter>
<parameter key="nelmio_api_doc.twig.extension.markdown.class">Nelmio\ApiDocBundle\Twig\Extension\MarkdownExtension</parameter>
<parameter key="nelmio_api_doc.twig.extension.extra_markdown.class">Nelmio\ApiDocBundle\Twig\Extension\MarkdownExtension</parameter>
</parameters>

<services>
Expand All @@ -21,7 +21,7 @@
<tag name="form.type_extension" alias="form" />
</service>

<service id="nelmio_api_doc.twig.extension.markdown" class="%nelmio_api_doc.twig.extension.markdown.class%">
<service id="nelmio_api_doc.twig.extension.extra_markdown" class="%nelmio_api_doc.twig.extension.extra_markdown.class%">
<tag name="twig.extension" />
</service>
</services>
Expand Down

0 comments on commit ec757e3

Please sign in to comment.