Skip to content

Commit

Permalink
Make liip_imagine.controller service public
Browse files Browse the repository at this point in the history
This fixes compatibility with Symfony 3.4+ where services are private by default.
  • Loading branch information
michaelperrin committed Dec 1, 2017
1 parent b272ae3 commit e262d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/imagine.xml
Expand Up @@ -69,7 +69,7 @@

<!-- Controller -->

<service id="liip_imagine.controller" class="Liip\ImagineBundle\Controller\ImagineController">
<service id="liip_imagine.controller" class="Liip\ImagineBundle\Controller\ImagineController" public="true">
<argument type="service" id="liip_imagine.service.filter" />
<argument type="service" id="liip_imagine.data.manager" />
<argument type="service" id="liip_imagine.cache.signer" />
Expand Down

0 comments on commit e262d29

Please sign in to comment.