(InputInterface $input, OutputInterface $output)
| 40 | } |
| 41 | |
| 42 | protected function execute(InputInterface $input, OutputInterface $output) |
| 43 | { |
| 44 | $dataloadId = $input->getArgument('dataloadId'); |
| 45 | $this->DataloadService->execute((int)$dataloadId); |
| 46 | return 0; |
| 47 | } |
| 48 | } |
no outgoing calls