File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/Resources/services/global Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<service id =" Yokai\Batch\Registry\JobRegistry"
14
14
alias =" yokai_batch.job_registry" />
15
+
16
+ <service id =" Yokai\Batch\Factory\JobExecutionIdGeneratorInterface"
17
+ alias =" yokai_batch.job_execution_id_generator.uniqid" />
15
18
</services >
16
19
</container >
Original file line number Diff line number Diff line change 8
8
<defaults public =" false" />
9
9
10
10
<service id =" yokai_batch.job_execution_factory"
11
- class =" Yokai\Batch\Factory\JobExecutionFactory" />
11
+ class =" Yokai\Batch\Factory\JobExecutionFactory" >
12
+ <argument type =" service" id =" Yokai\Batch\Factory\JobExecutionIdGeneratorInterface" />
13
+ </service >
14
+
15
+ <service id =" yokai_batch.job_execution_id_generator.uniqid"
16
+ class =" Yokai\Batch\Factory\UniqidJobExecutionIdGenerator" />
12
17
</services >
13
18
</container >
You can’t perform that action at this time.
0 commit comments