Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | protected function execute(InputInterface $input, OutputInterface $output) |
||
29 | { |
||
30 | $cron = $this->configureCronExport($input, $output); |
||
31 | |||
32 | $output->writeln('<info>We would have put the following in cron</info>'); |
||
33 | $output->write($content = $cron->format()); |
||
34 | |||
35 | return 0; |
||
36 | } |
||
37 | } |
||
38 |