Merge pull request #85 from Soullivaneuh/patch-1

Fix bad argument on MardownHelper service
This commit is contained in:
Ryan Weaver 2016-05-04 11:08:29 -05:00
commit 4ec8a70d92

View file

@ -9,7 +9,7 @@
<services>
<service id="templating.helper.markdown" class="%templating.helper.markdown.class%">
<argument type="service" id="markdown.parser" />
<argument type="service" id="markdown.parser.parser_manager" />
<tag name="templating.helper" alias="markdown" />
</service>
</services>