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 1212
1313 <service id =" Yokai\Batch\Registry\JobRegistry"
1414 alias =" yokai_batch.job_registry" />
15+
16+ <service id =" Yokai\Batch\Factory\JobExecutionIdGeneratorInterface"
17+ alias =" yokai_batch.job_execution_id_generator.uniqid" />
1518 </services >
1619</container >
Original file line number Diff line number Diff line change 88 <defaults public =" false" />
99
1010 <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" />
1217 </services >
1318</container >
You can’t perform that action at this time.
0 commit comments