File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ # Version 5.3.&
2+ * Fix interface naming
3+
14# Version 5.3.0
25* Added auto update count processed item while running job
36
Original file line number Diff line number Diff line change 44
55namespace CodeRhapsodie \DataflowBundle \Processor ;
66
7- use CodeRhapsodie \DataflowBundle \DataflowType \RepositoryInterface ;
7+ use CodeRhapsodie \DataflowBundle \DataflowType \AutoUpdateCountInterface ;
88use CodeRhapsodie \DataflowBundle \DataflowType \Result ;
99use CodeRhapsodie \DataflowBundle \Entity \Job ;
1010use CodeRhapsodie \DataflowBundle \Event \Events ;
@@ -31,7 +31,7 @@ public function process(Job $job): void
3131 $ this ->beforeProcessing ($ job );
3232
3333 $ dataflowType = $ this ->registry ->getDataflowType ($ job ->getDataflowType ());
34- if ($ dataflowType instanceof RepositoryInterface ) {
34+ if ($ dataflowType instanceof AutoUpdateCountInterface ) {
3535 $ dataflowType ->setRepository ($ this ->repository );
3636 }
3737
You can’t perform that action at this time.
0 commit comments