Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit 8ec625e

Browse files
committed
make enqueue processors public. does not work in sf4
1 parent 10e1327 commit 8ec625e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DI/QuartzExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function load(array $configs, ContainerBuilder $container)
8888
;
8989

9090
$container->register($this->format('job_run_shell_processor'), JobRunShellProcessor::class)
91+
->setPublic(true)
9192
->setArguments([
9293
new Reference($this->format('store')),
9394
new Reference($this->format('std_job_run_shell'))
@@ -100,6 +101,7 @@ public function load(array $configs, ContainerBuilder $container)
100101
;
101102

102103
$container->register($this->format('remote_transport_processor'), EnqueueRemoteTransportProcessor::class)
104+
->setPublic(true)
103105
->setArguments([
104106
new Reference($this->format('scheduler')),
105107
new Reference($this->format('rpc_protocol'))

0 commit comments

Comments
 (0)