File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/ImportExportBundle/src/lib/MessageHandler Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55namespace AlmaviaCX \Bundle \IbexaImportExport \MessageHandler ;
66
77use AlmaviaCX \Bundle \IbexaImportExport \Job \JobRepository ;
8- use AlmaviaCX \Bundle \IbexaImportExport \Job \JobRunner ;
8+ use AlmaviaCX \Bundle \IbexaImportExport \Job \JobRunnerInterface ;
99use AlmaviaCX \Bundle \IbexaImportExport \Message \JobRunMessage ;
1010use AlmaviaCX \Bundle \IbexaImportExport \Notification \NotificationSender ;
1111
1212class JobRunMessageHandler
1313{
1414 protected JobRepository $ jobRepository ;
15- protected JobRunner $ jobRunner ;
15+ protected JobRunnerInterface $ jobRunner ;
1616 protected NotificationSender $ notificationSender ;
1717
1818 public function __construct (
1919 JobRepository $ jobRepository ,
20- JobRunner $ jobRunner ,
20+ JobRunnerInterface $ jobRunner ,
2121 NotificationSender $ notificationSender
2222 ) {
2323 $ this ->notificationSender = $ notificationSender ;
You can’t perform that action at this time.
0 commit comments