entityManagerProvider = $entityManagerProvider; trigger_deprecation( 'doctrine/doctrine-bundle', '2.8', 'Class "%s" is deprecated. Use "%s" instead.', self::class, parent::class ); } protected function execute(InputInterface $input, OutputInterface $output): int { if (! $this->entityManagerProvider) { DoctrineCommandHelper::setApplicationEntityManager($this->getApplication(), $input->getOption('em')); } return parent::execute($input, $output); } }