Skip to content

Commit

Permalink
[MINOR] Removed explicit private visibility of services (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Aug 5, 2019
2 parents 4e74eed + c0d9a86 commit d211039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/twig.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="Core23\MatomoBundle\Twig\Extension\MatomoTwigExtension" public="false">
<service id="Core23\MatomoBundle\Twig\Extension\MatomoTwigExtension">
<tag name="twig.extension"/>
<argument type="service" id="twig"/>
</service>
Expand Down

0 comments on commit d211039

Please sign in to comment.