Skip to content

Commit

Permalink
Merge branch 'fix-cache-tag' into 'v1.0'
Browse files Browse the repository at this point in the history
Use the app cache to resolve issues with container linting

See merge request symfony/NorthernMarkdownBundle!5
  • Loading branch information
natewiebe13 committed Mar 5, 2020
2 parents 9bd35c7 + ef40f3c commit 5e1bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<argument type="service" id="cache.northern_markdown" />
</service>

<service id="cache.northern_markdown" parent="cache.system" public="false">
<service id="cache.northern_markdown" parent="cache.app" public="false">
<tag name="cache.pool" />
</service>

Expand Down

0 comments on commit 5e1bc90

Please sign in to comment.