Fix bad argument on MardownHelper service

`MardownHelper::__construct` argument was changed on #81 but the argument change is missing on the service definition.
This commit is contained in:
Sullivan SENECHAL 2016-05-03 10:18:39 +02:00
parent c74ca069f9
commit 8956d7e71b

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>