Skip to content

Commit

Permalink
Merge pull request #1038 from paneedesign/2.0
Browse files Browse the repository at this point in the history
Fix User Deprecated: The "liip_imagine.cache.manager" service is private
  • Loading branch information
lsmith77 committed Jan 20, 2018
2 parents 8943f66 + d6def9d commit 4eaf557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/imagine.xml
Expand Up @@ -48,7 +48,7 @@
<argument>%liip_imagine.default_image%</argument>
</service>

<service id="liip_imagine.cache.manager" class="Liip\ImagineBundle\Imagine\Cache\CacheManager">
<service id="liip_imagine.cache.manager" class="Liip\ImagineBundle\Imagine\Cache\CacheManager" public="true">
<argument type="service" id="liip_imagine.filter.configuration" />
<argument type="service" id="router" />
<argument type="service" id="liip_imagine.cache.signer" />
Expand Down

0 comments on commit 4eaf557

Please sign in to comment.