Skip to content

Commit

Permalink
Merge pull request #1043 from silverbackdan/patch-1
Browse files Browse the repository at this point in the history
[Async] [DI] Make resolve_cache_processor a public service
  • Loading branch information
makasim committed Feb 16, 2018
2 parents 16585a2 + 92ab16b commit 2eafbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/enqueue.xml
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

<services>
<service id="liip_imagine.async.resolve_cache_processor" class="Liip\ImagineBundle\Async\ResolveCacheProcessor">
<service id="liip_imagine.async.resolve_cache_processor" class="Liip\ImagineBundle\Async\ResolveCacheProcessor" public="true">
<argument type="service" id="liip_imagine.filter.manager" />
<argument type="service" id="liip_imagine.service.filter" />
<argument type="service" id="enqueue.producer" />
Expand Down

0 comments on commit 2eafbe8

Please sign in to comment.