1 | <?php |
||
10 | class RunReleaseDateQueue extends Command |
||
11 | { |
||
12 | private $releaseDateService; |
||
13 | |||
14 | public function __construct(ReleaseDateService $releaseDateService, ?string $name = null) |
||
20 | |||
21 | protected function configure() |
||
28 | |||
29 | protected function execute(InputInterface $input, OutputInterface $output) |
||
35 | } |
||
36 |