Skip to content

Commit

Permalink
Set as public - resolve_cache_processor
Browse files Browse the repository at this point in the history
liip_imagine.async.resolve_cache_processor should be public or an exception is thrown when sending enqueue command.
  • Loading branch information
silverbackdan committed Jan 29, 2018
1 parent 4eaf557 commit 92ab16b
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 92ab16b

Please sign in to comment.