| 1 | <?php |
||
| 13 | class FixReleaseDateQueue extends Command |
||
| 14 | { |
||
| 15 | private $repository; |
||
| 16 | private $imdb; |
||
| 17 | private $em; |
||
| 18 | |||
| 19 | public function __construct(ImdbIdLoaderService $imdb, ReleaseDateQueueRepository $repository, EntityManagerInterface $em, ?string $name = null) |
||
| 27 | |||
| 28 | protected function configure() |
||
| 35 | |||
| 36 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 60 | } |
||
| 61 |