Skip to content

Commit d9ca054

Browse files
authored
Use job execution storage service generic alias in ui controller service (#106)
1 parent 74cc3e3 commit d9ca054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/services/ui.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<service id="yokai_batch.ui.controller" public="true"
1111
class="Yokai\Batch\Bridge\Symfony\Framework\UserInterface\Controller\JobController">
12-
<argument type="service" id="yokai_batch.storage.filesystem"/>
12+
<argument type="service" id="Yokai\Batch\Storage\JobExecutionStorageInterface"/>
1313
<argument type="service" id="form.factory" on-invalid="null"/>
1414
<argument type="service" id="yokai_batch.ui.security"/>
1515
<argument type="service" id="twig"/>

0 commit comments

Comments
 (0)