Skip to content

Commit

Permalink
Merge pull request #1019 from michaelperrin/fix/symfony4-service-comp…
Browse files Browse the repository at this point in the history
…atibility

Make liip_imagine.controller service public (Symfony 3.4 / 4.0 compatibility)
  • Loading branch information
lsmith77 committed Dec 1, 2017
2 parents b272ae3 + e262d29 commit 67fc8be
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 67fc8be

Please sign in to comment.