Skip to content

Commit

Permalink
Fix User Deprecated: The "liip_imagine.cache.manager" service is private
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiano Roberto committed Jan 10, 2018
1 parent 8943f66 commit d6def9d
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 d6def9d

Please sign in to comment.